You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-scheme/gauche/files/gauche-rpath.patch

11 lines
215 B

--- a/configure.ac
+++ b/configure.ac
@@ -709,7 +709,6 @@
fi
if test "$RPATH_FLAG" != ""; then
RPATH_TMP=$RPATH_FLAG'`pwd`'
- RPATH_REAL=$RPATH_FLAG'$(LIB_INSTALL_DIR)'
fi
fi
AC_SUBST(RPATH_FLAG)