]> git.pld-linux.org Git - packages/wine.git/commitdiff
- workaround for $ORIGIN in rpath is back; rel 2
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 5 May 2008 16:18:48 +0000 (16:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    wine.spec -> 1.220.2.8.2.22.2.12

wine.spec

index 7cba07da1d57b04fdfdf0ea7c8913bddbc1bb0ed..87a71f3dc9cba27f81f07a400f5bb9dd3c80861a 100644 (file)
--- a/wine.spec
+++ b/wine.spec
@@ -31,7 +31,7 @@ Summary(pl.UTF-8):    Program pozwalający uruchamiać aplikacje Windows
 Summary(pt_BR.UTF-8):  Executa programas Windows no Linux
 Name:          wine
 Version:       0.9.61
-Release:       1
+Release:       2
 Epoch:         1
 License:       LGPL
 Group:         Applications/Emulators
@@ -253,6 +253,10 @@ sed -i -e "s|winetest \\\|\\\|;s|avitools||" programs/Makefile.in
        --enable-curses \
        --enable-opengl \
        --with-x
+
+# $ORIGIN does not work in our builders
+export LD_LIBRARY_PATH=$(pwd)/libs/wine
+
 %{__make} depend
 %{__make}
 %{__make} -C programs
This page took 0.033796 seconds and 4 git commands to generate.