Don't use rpaths.

This commit is contained in:
Moritz Bunkus 2008-08-28 14:07:23 +00:00
parent ad06a65bc5
commit bae9749aa3

View File

@ -30,9 +30,10 @@ AC_ARG_WITH(extra-libs,
fi
LDFLAGS_RPATHS=
if test "$MINGW" != "1"; then
LDFLAGS_RPATHS=`echo " $LDFLAGS" | sed 's: -L: -Wl,--rpath :g'`
fi
dnl # Don't use rpaths. Most users and distros consider them evil.
dnl if test "$MINGW" != "1"; then
dnl LDFLAGS_RPATHS=`echo " $LDFLAGS" | sed 's: -L: -Wl,--rpath :g'`
dnl fi
AC_SUBST(EXTRA_CFLAGS)
AC_SUBST(EXTRA_LDFLAGS)