SPECS (AC-branch): wine.spec - workaround for $ORIGIN rpath doesn'...
glen
glen at pld-linux.org
Wed Oct 3 11:05:08 CEST 2007
Author: glen Date: Wed Oct 3 09:05:08 2007 GMT
Module: SPECS Tag: AC-branch
---- Log message:
- workaround for $ORIGIN rpath doesn't work in builders
---- Files affected:
SPECS:
wine.spec (1.220.2.8.2.22.2.4 -> 1.220.2.8.2.22.2.5)
---- Diffs:
================================================================
Index: SPECS/wine.spec
diff -u SPECS/wine.spec:1.220.2.8.2.22.2.4 SPECS/wine.spec:1.220.2.8.2.22.2.5
--- SPECS/wine.spec:1.220.2.8.2.22.2.4 Wed Oct 3 09:34:03 2007
+++ SPECS/wine.spec Wed Oct 3 11:05:02 2007
@@ -32,7 +32,7 @@
Summary(pt_BR.UTF-8): Executa programas Windows no Linux
Name: wine
Version: 0.9.46
-Release: 1
+Release: 2
Epoch: 1
License: LGPL
Group: Applications/Emulators
@@ -244,6 +244,10 @@
--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
@@ -454,6 +458,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.220.2.8.2.22.2.5 2007/10/03 09:05:02 glen
+- workaround for $ORIGIN rpath doesn't work in builders
+
Revision 1.220.2.8.2.22.2.4 2007/10/03 07:34:03 glen
- 0.9.46 HEAD merge
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/wine.spec?r1=1.220.2.8.2.22.2.4&r2=1.220.2.8.2.22.2.5&f=u
More information about the pld-cvs-commit
mailing list