packages: root/root.spec - pass --libdir to configure in order to fix build...
lisu
lisu at pld-linux.org
Wed Dec 15 16:00:35 CET 2010
Author: lisu Date: Wed Dec 15 15:00:35 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- pass --libdir to configure in order to fix build on 64 bits
---- Files affected:
packages/root:
root.spec (1.34 -> 1.35)
---- Diffs:
================================================================
Index: packages/root/root.spec
diff -u packages/root/root.spec:1.34 packages/root/root.spec:1.35
--- packages/root/root.spec:1.34 Wed Dec 15 15:57:07 2010
+++ packages/root/root.spec Wed Dec 15 16:00:30 2010
@@ -33,7 +33,7 @@
%if %{with krb5}
BuildRequires: krb5-devel
%else
-BuildRequires: heimdal-devel
+BuildRequires: heimdal-devel
%endif
BuildRequires: libjpeg-devel
BuildRequires: libpng-devel
@@ -85,7 +85,8 @@
%build
./configure %{config_target} \
- --prefix="%{_prefix}" \
+ --prefix=%{_prefix} \
+ --libdir=%{_libdir}/root
--disable-builtin-afterimage \
--disable-builtin-ftgl \
--disable-builtin-freetype \
@@ -127,6 +128,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.35 2010/12/15 15:00:30 lisu
+- pass --libdir to configure in order to fix build on 64 bits
+
Revision 1.34 2010/12/15 14:57:07 lisu
- add krb5 bcond (default off)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/root/root.spec?r1=1.34&r2=1.35&f=u
More information about the pld-cvs-commit
mailing list