SPECS: apache-mod_vhost_dbi.spec - configure fix, now work with amd64

spider spider at pld-linux.org
Tue Sep 13 11:57:35 CEST 2005


Author: spider                       Date: Tue Sep 13 09:57:35 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- configure fix, now work with amd64

---- Files affected:
SPECS:
   apache-mod_vhost_dbi.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/apache-mod_vhost_dbi.spec
diff -u SPECS/apache-mod_vhost_dbi.spec:1.2 SPECS/apache-mod_vhost_dbi.spec:1.3
--- SPECS/apache-mod_vhost_dbi.spec:1.2	Tue Apr 12 21:12:28 2005
+++ SPECS/apache-mod_vhost_dbi.spec	Tue Sep 13 11:57:30 2005
@@ -17,6 +17,7 @@
 BuildRequires:	apache-devel >= 2.0.40
 BuildRequires:	apache-mod_dbi_pool-devel >= 0.4.0
 BuildRequires:	libtool
+BuildRequires:	sed
 Requires(post,preun):	%{apxs}
 Requires:	apache >= 2.0.40
 Requires:	apache-mod_dbi_pool >= 0.4.0
@@ -42,6 +43,9 @@
 %{__aclocal} -I m4
 %{__autoconf}
 %{__automake}
+
+sed -i -e 's,test_paths="/usr/lib /usr/local/lib",test_paths="/usr/%{_lib} /usr/lib",g' configure
+
 %configure \
         --with-apxs=%{apxs}
 %{__make}
@@ -80,6 +84,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2005/09/13 09:57:30  spider
+- configure fix, now work with amd64
+
 Revision 1.2  2005/04/12 19:12:28  qboosh
 - URL, descs, versioned deps
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/apache-mod_vhost_dbi.spec?r1=1.2&r2=1.3&f=u




More information about the pld-cvs-commit mailing list