From: Schantl Stefan Date: Fri, 19 Mar 2010 16:41:13 +0000 (+0100) Subject: curl: Clean up naoki-makefile. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b59e9d0eb9adfda9f43cef779e9d8fe34dbc2a4d;p=ipfire-3.x.git curl: Clean up naoki-makefile. --- diff --git a/pkgs/core/curl/curl.nm b/pkgs/core/curl/curl.nm index 7b8a9a6b1..0f343b324 100644 --- a/pkgs/core/curl/curl.nm +++ b/pkgs/core/curl/curl.nm @@ -47,9 +47,6 @@ endef PKG_TARBALL = $(THISAPP).tar.bz2 -############################################################################### -# Installation Details -############################################################################### CONFIGURE_OPTIONS += \ --disable-static \ --with-ca-bundle=/etc/pki/tls/certs/ca-bundle.crt \ @@ -59,13 +56,6 @@ CONFIGURE_OPTIONS += \ --enable-ldaps \ --enable-ipv6 -#define STAGE_PREPARE_CMDS -# # Remove bogus rpath -# cd $(DIR_APP) && sed -i \ -# -e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' \ -# -e 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool -#endef - # Doesn't work #define STAGE_TEST # cd $(DIR_APP) && make check