SPECS: openct.spec - fixed build with automake 1.10, disable rpath

qboosh qboosh at pld-linux.org
Mon Nov 13 21:05:52 CET 2006


Author: qboosh                       Date: Mon Nov 13 20:05:52 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fixed build with automake 1.10, disable rpath

---- Files affected:
SPECS:
   openct.spec (1.29 -> 1.30) 

---- Diffs:

================================================================
Index: SPECS/openct.spec
diff -u SPECS/openct.spec:1.29 SPECS/openct.spec:1.30
--- SPECS/openct.spec:1.29	Mon Nov 13 13:21:16 2006
+++ SPECS/openct.spec	Mon Nov 13 21:05:47 2006
@@ -13,6 +13,8 @@
 URL:		http://www.opensc-project.org/openct/
 BuildRequires:	autoconf >= 2.52
 BuildRequires:	automake
+# just for config.rpath (required by aclocal/lib-link.m4)
+BuildRequires:	gettext-devel
 BuildRequires:	libtool
 BuildRequires:	libusb-devel
 BuildRequires:	pcsc-lite-devel
@@ -88,6 +90,8 @@
 %prep
 %setup -q
 
+cp -f /usr/share/gettext/config.rpath .
+
 %build
 %{__libtoolize}
 %{__aclocal} -I aclocal
@@ -95,6 +99,7 @@
 %{__autoheader}
 %{__automake}
 %configure \
+	--disable-rpath \
 	--with-bundle-dir=%{_libdir}/pcsc/drivers
 %{__make}
 
@@ -182,6 +187,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.30  2006/11/13 20:05:47  qboosh
+- fixed build with automake 1.10, disable rpath
+
 Revision 1.29  2006/11/13 12:21:16  qboosh
 - updated to 0.6.10
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/openct.spec?r1=1.29&r2=1.30&f=u



More information about the pld-cvs-commit mailing list