void-packages/srcpkgs/rtorrent/patches/fix-sysroot-handling.patch
2014-02-02 12:09:43 +01:00

14 lines
431 B
Diff

--sysroot should be enough.
--- scripts/common.m4.orig 2014-02-02 11:58:17.361448885 +0100
+++ scripts/common.m4 2014-02-02 11:59:13.048185911 +0100
@@ -63,8 +63,7 @@ AC_DEFUN([TORRENT_WITH_SYSROOT], [
else
AC_MSG_RESULT($withval)
- CXXFLAGS="$CXXFLAGS -isysroot $withval"
- LDFLAGS="$LDFLAGS -Wl,-syslibroot,$withval"
+ CXXFLAGS="$CXXFLAGS --sysroot=$withval"
fi
])
])