]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
curl: Comment out unplaced command.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 31 Jan 2010 18:00:23 +0000 (19:00 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 31 Jan 2010 18:00:23 +0000 (19:00 +0100)
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.

pkgs/core/curl/curl.nm

index bf0ab2427bc9643d38629b14a323c037cbdef2fe..bf5452439d3e241f6130550207fdd36bb1ee7671 100644 (file)
@@ -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