From: Michael Tremer Date: Sun, 31 Jan 2010 17:59:08 +0000 (+0100) Subject: curl: Remove --prefix option. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1484533c77ebd2f856c6b8ea211270e893501c1c;p=ipfire-3.x.git curl: Remove --prefix option. --prefix is set by default and is not needed. --- diff --git a/pkgs/core/curl/curl.nm b/pkgs/core/curl/curl.nm index 606adccfb..bf0ab2427 100644 --- a/pkgs/core/curl/curl.nm +++ b/pkgs/core/curl/curl.nm @@ -51,7 +51,6 @@ PKG_TARBALL = $(THISAPP).tar.bz2 # Installation Details ############################################################################### CONFIGURE_OPTIONS += \ - --prefix=/usr \ --disable-static \ --with-ca-bundle=/etc/pki/tls/certs/ca-bundle.crt \ --with-libidn \