rpms/cups/FC-5 cups.spec,1.143,1.144

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Apr 7 15:14:49 UTC 2006


Author: twaugh

Update of /cvs/dist/rpms/cups/FC-5
In directory cvs.devel.redhat.com:/tmp/cvs-serv4655

Modified Files:
	cups.spec 
Log Message:
- Build with LDAP_DEPRECATED=1, to pick up declarations of ldap_init() etc.


Index: cups.spec
===================================================================
RCS file: /cvs/dist/rpms/cups/FC-5/cups.spec,v
retrieving revision 1.143
retrieving revision 1.144
diff -u -r1.143 -r1.144
--- cups.spec	7 Apr 2006 15:14:02 -0000	1.143
+++ cups.spec	7 Apr 2006 15:14:41 -0000	1.144
@@ -158,6 +158,7 @@
 perl -pi -e "s,^.SILENT:,," Makedefs.in
 
 %build
+export CFLAGS="-DLDAP_DEPRECATED=1"
 %configure --with-docdir=%{_docdir}/cups-%{version} \
 	--with-optim="$RPM_OPT_FLAGS $CFLAGS -fstack-protector-all"
 
@@ -388,6 +389,7 @@
 %changelog
 * Fri Apr  7 2006 Tim Waugh <twaugh at redhat.com>
 - No longer need openssl-devel.
+- Build with LDAP_DEPRECATED=1, to pick up declarations of ldap_init() etc.
 
 * Thu Apr  6 2006 Tim Waugh <twaugh at redhat.com> 1:1.2-0.2.rc1.2.7
 - Build requires openldap-devel.




More information about the fedora-cvs-commits mailing list