rpms/perl/FC-3 perl-5.8.5-libresolv.patch, NONE, 1.1 perl.spec, 1.45, 1.46

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Apr 1 14:16:15 UTC 2005


Update of /cvs/dist/rpms/perl/FC-3
In directory cvs.devel.redhat.com:/tmp/cvs-serv4981

Modified Files:
	perl.spec 
Added Files:
	perl-5.8.5-libresolv.patch 
Log Message:
* Fri Apr  1 2005 Petr Rockai <mornfall at nevrast.redhat.usu> - 3:5.8.5-11.FC3
- Do not link with libbind... (backported patch from devel).



perl-5.8.5-libresolv.patch:
 Configure |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE perl-5.8.5-libresolv.patch ---
--- perl-5.8.6/Configure.libresolv	2005-03-17 11:54:54.000000000 -0500
+++ perl-5.8.6/Configure	2005-03-17 11:55:26.000000000 -0500
@@ -1266,7 +1266,7 @@
 
 : List of libraries we want.
 : If anyone needs extra -lxxx, put those in a hint file.
-libswanted="sfio socket bind inet nsl nm ndbm gdbm dbm db malloc dl dld ld sun"
+libswanted="sfio socket resolv inet nsl nm ndbm gdbm dbm db malloc dl dld ld sun"
 libswanted="$libswanted m crypt sec util c cposix posix ucb bsd BSD"
 : We probably want to search /usr/shlib before most other libraries.
 : This is only used by the lib/ExtUtils/MakeMaker.pm routine extliblist.


Index: perl.spec
===================================================================
RCS file: /cvs/dist/rpms/perl/FC-3/perl.spec,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- perl.spec	31 Mar 2005 13:29:56 -0000	1.45
+++ perl.spec	1 Apr 2005 14:16:12 -0000	1.46
@@ -5,7 +5,7 @@
 %define multilib_64_archs x86_64 s390x ppc64 sparc64
 
 %define perlver 5.8.5
-%define perlrel 10.FC3
+%define perlrel 11.FC3
 %define perlepoch 3
 
 Provides: perl(:WITH_PERLIO)
@@ -104,7 +104,8 @@
 Patch100: perl-5.8.1-fpic.patch
 Patch101: perl-5.8.0-libdir64.patch
 
-Patch900: perl-5.8.5-ignore-netdb_r.patch
+Patch900: perl-5.8.5-libresolv.patch
+Patch901: perl-5.8.5-ignore-netdb_r.patch
 
 # module updatesd
 # Patch202: perl-5.8.0-Safe2.09.patch
@@ -231,7 +232,8 @@
 # similar functions even if they cannot be used (probably caused by bind-devel
 # and lwres/netdb.h). However, should be harmless otherwise. Still, i suggest
 # we drop this ASAP. (prockai at redhat.com - 2005-03-31)
-%patch900 -p1 -b .ignore-netdb_r
+%patch900 -p1 -b .libresolv
+%patch901 -p1 -b .ignore-netdb_r
 
 find . -name \*.orig -exec rm -fv {} \;
 
@@ -417,6 +419,9 @@
 %endif
 
 %changelog
+* Fri Apr  1 2005 Petr Rockai <mornfall at nevrast.redhat.usu> - 3:5.8.5-11.FC3
+- Do not link with libbind... (backported patch from devel).
+
 * Wed Mar 31 2005 Petr Rockai <prockai at redhat.com> - 3:5.8.5-10.FC3
 - Fix for CAN-2005-0155, CAN-2005-0156.
 - Work around a FTBFS (fails to build from source) in fc3 buildroots.




More information about the fedora-cvs-commits mailing list