rpms/dhcp/F-7 dhcp.spec,1.160,1.161

David Cantrell (dcantrel) fedora-extras-commits at redhat.com
Tue May 22 20:04:39 UTC 2007


Author: dcantrel

Update of /cvs/pkgs/rpms/dhcp/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25116

Modified Files:
	dhcp.spec 
Log Message:
* Tue May 22 2007 David Cantrell <dcantrell at redhat.com> - 12:3.0.5-35
- Disable -fvisibility=hidden for now as it breaks dhcpv4_client() from
  the shared library (#240804)



Index: dhcp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/dhcp/F-7/dhcp.spec,v
retrieving revision 1.160
retrieving revision 1.161
diff -u -r1.160 -r1.161
--- dhcp.spec	26 Apr 2007 19:01:43 -0000	1.160
+++ dhcp.spec	22 May 2007 20:04:05 -0000	1.161
@@ -10,7 +10,7 @@
 Summary:  DHCP (Dynamic Host Configuration Protocol) server and relay agent
 Name:     dhcp
 Version:  3.0.5
-Release:  34%{?dist}
+Release:  35%{?dist}
 Epoch:    12
 License:  ISC
 Group:    System Environment/Daemons
@@ -282,11 +282,12 @@
 EOF
 
 # Disable gcc's strict aliasing since ISC code tends to cast a lot.
-#
-# Use -fvisibility=hidden for libdhcp4client.  The way that library is
-# constructed, we need to follow the hide-by-default/expose-what-we-need
-# plan for the library API.
-COPTS="-fPIC -Werror -Dlint -fno-strict-aliasing -fvisibility=hidden"
+##
+## Use -fvisibility=hidden for libdhcp4client.  The way that library is
+## constructed, we need to follow the hide-by-default/expose-what-we-need
+## plan for the library API.
+#COPTS="-fPIC -Werror -Dlint -fno-strict-aliasing -fvisibility=hidden"
+COPTS="-fPIC -Werror -Dlint -fno-strict-aliasing"
 
 # DO NOT use the %%configure macro because this configure script is not autognu
 # Enable extended option info patch (-DEXTENDED_NEW_OPTION_INFO)
@@ -429,6 +430,10 @@
 %{_libdir}/libdhcp4client.a
 
 %changelog
+* Tue May 22 2007 David Cantrell <dcantrell at redhat.com> - 12:3.0.5-35
+- Disable -fvisibility=hidden for now as it breaks dhcpv4_client() from
+  the shared library (#240804)
+
 * Thu Apr 26 2007 David Cantrell <dcantrell at redhat.com> - 12:3.0.5-34
 - Init script fixes (#237985, #237983)
 - Reference correct scripts in dhclient-script.8 man page (#238036)




More information about the fedora-extras-commits mailing list