rpms/mod_authz_ldap/devel mod_authz_ldap.spec,1.10,1.11

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Dec 5 14:39:54 UTC 2005


Author: jorton

Update of /cvs/dist/rpms/mod_authz_ldap/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv15932

Modified Files:
	mod_authz_ldap.spec 
Log Message:
* Mon Dec  5 2005 Joe Orton <jorton at redhat.com> 0.26-6
- link against -lldap and -lcrypto



Index: mod_authz_ldap.spec
===================================================================
RCS file: /cvs/dist/rpms/mod_authz_ldap/devel/mod_authz_ldap.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- mod_authz_ldap.spec	5 Dec 2005 14:33:03 -0000	1.10
+++ mod_authz_ldap.spec	5 Dec 2005 14:39:51 -0000	1.11
@@ -2,7 +2,7 @@
 Summary: LDAP authorization module for the Apache HTTP Server
 Name: mod_authz_ldap
 Version: 0.26
-Release: 5
+Release: 6
 License: BSD
 Group: System Environment/Daemons
 URL: http://authzldap.othello.ch/
@@ -40,7 +40,8 @@
 %configure --with-apxs=%{_sbindir}/apxs --disable-static
 cd module
 %{_sbindir}/apxs -Wl,-export-symbols-regex -Wl,authz_ldap_module \
-         -Wc,-DAUTHZ_LDAP_HAVE_SSL -c -o mod_authz_ldap.la *.c
+         -Wc,-DAUTHZ_LDAP_HAVE_SSL -c -o mod_authz_ldap.la *.c \
+         -Wl,-lldap -Wl,-lcrypto
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -72,6 +73,9 @@
 %doc NEWS AUTHORS ChangeLog COPYING INSTALL
 
 %changelog
+* Mon Dec  5 2005 Joe Orton <jorton at redhat.com> 0.26-6
+- link against -lldap and -lcrypto
+
 * Mon Dec  5 2005 Joe Orton <jorton at redhat.com> 0.26-5
 - rebuild for httpd 2.2
 - fix ssl_var_lookup() use in certmap.c




More information about the fedora-cvs-commits mailing list