void-packages/srcpkgs/xar/patches/configure_disable_rpath.patch

12 lines
262 B
Diff

--- a/xar/configure.ac
+++ b/xar/configure.ac
@@ -136,7 +136,7 @@
abi="elf"
dnl Linux needs this for things like asprintf() and poll() flags.
CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE"
- RPATH="-Wl,-rpath,"
+ RPATH=""
;;
*-*-netbsd*)
AC_MSG_CHECKING([ABI])