SPECS: stfl.spec - fix /usr/lib64 path
uzsolt
uzsolt at pld-linux.org
Sun Aug 31 20:19:22 CEST 2008
Author: uzsolt Date: Sun Aug 31 18:19:22 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- fix /usr/lib64 path
---- Files affected:
SPECS:
stfl.spec (1.3 -> 1.4)
---- Diffs:
================================================================
Index: SPECS/stfl.spec
diff -u SPECS/stfl.spec:1.3 SPECS/stfl.spec:1.4
--- SPECS/stfl.spec:1.3 Sun Aug 31 19:42:20 2008
+++ SPECS/stfl.spec Sun Aug 31 20:19:16 2008
@@ -87,6 +87,10 @@
%prep
%setup -q
%patch0 -p1
+%if "%{_lib}" == "lib64"
+for file in $(find "Makefile*"); do
+sed -i "s@/lib@/lib64 at g" $file
+done
%build
%{__make} \
@@ -136,6 +140,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.4 2008/08/31 18:19:16 uzsolt
+- fix /usr/lib64 path
+
Revision 1.3 2008/08/31 17:42:20 uzsolt
- added -fPIC build option
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/stfl.spec?r1=1.3&r2=1.4&f=u
More information about the pld-cvs-commit
mailing list