SPECS: apache.spec - fix libdir (to be lib64-aware) in layout file
qboosh
qboosh at pld-linux.org
Mon Nov 20 01:42:32 CET 2006
Author: qboosh Date: Mon Nov 20 00:42:32 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- fix libdir (to be lib64-aware) in layout file
---- Files affected:
SPECS:
apache.spec (1.495 -> 1.496)
---- Diffs:
================================================================
Index: SPECS/apache.spec
diff -u SPECS/apache.spec:1.495 SPECS/apache.spec:1.496
--- SPECS/apache.spec:1.495 Wed Nov 1 01:02:54 2006
+++ SPECS/apache.spec Mon Nov 20 01:42:26 2006
@@ -1745,6 +1745,9 @@
exit 1
fi
+# fix libdir (at least in PLD layout; no need to care about other ones)
+sed -i -e 's,/lib$,/%{_lib},' config.layout
+
%build
cp /usr/share/apr/build/apr_common.m4 build
cp /usr/share/libtool/ltmain.sh build
@@ -2713,6 +2716,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.496 2006/11/20 00:42:26 qboosh
+- fix libdir (to be lib64-aware) in layout file
+
Revision 1.495 2006/11/01 00:02:54 japhy
- apache-apxs.patch updated to make apxs work with autoconf-2.60.
- rel up, STBR
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/apache.spec?r1=1.495&r2=1.496&f=u
More information about the pld-cvs-commit
mailing list