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.
--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