]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
curl: Clean up naoki-makefile.
authorSchantl Stefan <Stevee@ipfire.org>
Fri, 19 Mar 2010 16:41:13 +0000 (17:41 +0100)
committerSchantl Stefan <Stevee@ipfire.org>
Fri, 19 Mar 2010 16:41:13 +0000 (17:41 +0100)
pkgs/core/curl/curl.nm

index 7b8a9a6b1779d02d3c1ef74d8de88277aa8cee1b..0f343b324d72f6ad8473214fd07d637388788430 100644 (file)
@@ -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