From: Michael Tremer Date: Sun, 31 Jan 2010 18:00:23 +0000 (+0100) Subject: curl: Comment out unplaced command. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bfb883b31db19caf1bb9d445b26f1c56ed0d5cdc;p=ipfire-3.x.git curl: Comment out unplaced command. This command had no effect in its former place. But there is no place where to put it. So we leave it commented out until we need it. --- diff --git a/pkgs/core/curl/curl.nm b/pkgs/core/curl/curl.nm index bf0ab2427..bf5452439 100644 --- a/pkgs/core/curl/curl.nm +++ b/pkgs/core/curl/curl.nm @@ -58,12 +58,15 @@ CONFIGURE_OPTIONS += \ --with-nss \ --enable-ldaps \ --enable-ipv6 - - # 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 +#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 #endef