From 1ecadbfe601de5d853bfe5be17154a8bc1df6cf8 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Tue, 7 Jan 2020 14:28:53 +0100 Subject: gnu: libgeotiff: Do not build static library. * gnu/packages/geo.scm (libgeotiff)[arguments]: Add "--disable-static" in #:configure-flags. --- gnu/packages/geo.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index df65c75154..32cdc2b53a 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -259,8 +259,8 @@ (define-public libgeotiff ("proj" ,proj))) (arguments `(#:configure-flags - (list (string-append "--with-zlib") - (string-append "--with-jpeg") + (list "--disable-static" + "--with-zlib" "--with-jpeg" (string-append "--with-libtiff=" (assoc-ref %build-inputs "libtiff"))))) (synopsis "Library for handling GeoTIFF (geographic enabled TIFF)") (description "libgeotiff is a library on top of libtiff for reading and -- cgit v1.2.3