mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-25 00:19:49 +02:00
No plans to add the 9.0 beta (will wait for a normal release), but if really want to try 9.0 early then there is this. May differ a bit given the releases are not fully based on the experimental branches. Not tested much yet, please report issues. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
14 lines
356 B
Diff
14 lines
356 B
Diff
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -813,8 +813,11 @@
|
|
;;
|
|
esac
|
|
;;
|
|
esac
|
|
+
|
|
+ # do this at the end because it needs double dollar for makefile
|
|
+ WINE_TRY_CFLAGS([-Wl,-rpath,\\\$ORIGIN],[UNIXLDFLAGS="$UNIXLDFLAGS '-Wl,-rpath,\$\$ORIGIN'"])
|
|
;;
|
|
esac
|
|
|
|
enable_winecoreaudio_drv=${enable_winecoreaudio_drv:-no}
|