logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git

wine-vanilla-8.13-rpath.patch (554B)


  1. Patch Source: https://gitlab.alpinelinux.org/alpine/aports/-/blob/master/community/wine/rpath.patch
  2. Alpine Bug: https://gitlab.alpinelinux.org/alpine/aports/-/issues/13249
  3. --- a/configure.ac
  4. +++ b/configure.ac
  5. @@ -784,6 +784,9 @@ case $host_os in
  6. [WINELOADER_LDFLAGS="$WINELOADER_LDFLAGS -Wl,-z,max-page-size=0x1000"])
  7. ;;
  8. esac
  9. +
  10. + # do this at the end because it needs double dollar for makefile
  11. + WINE_TRY_CFLAGS([-Wl,-rpath,\\\$ORIGIN],[UNIXLDFLAGS="$UNIXLDFLAGS '-Wl,-rpath,\$\$ORIGIN'"])
  12. ;;
  13. esac