You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-emulation/wine-proton/files/wine-proton-9.0-rpath.patch

15 lines
356 B

--- 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}