mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-02-17 17:24:54 +00:00
Don't use rpaths.
This commit is contained in:
parent
ad06a65bc5
commit
bae9749aa3
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user