SPECS: glibc.spec, perl.spec - unset LD_SYMBOLIC_FUNCTIONS as it m...

arekm arekm at pld-linux.org
Tue Feb 6 08:28:23 CET 2007


Author: arekm                        Date: Tue Feb  6 07:28:23 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- unset LD_SYMBOLIC_FUNCTIONS as it makes problems for these two

---- Files affected:
SPECS:
   glibc.spec (1.675 -> 1.676) , perl.spec (1.348 -> 1.349) 

---- Diffs:

================================================================
Index: SPECS/glibc.spec
diff -u SPECS/glibc.spec:1.675 SPECS/glibc.spec:1.676
--- SPECS/glibc.spec:1.675	Mon Feb  5 23:53:09 2007
+++ SPECS/glibc.spec	Tue Feb  6 08:28:16 2007
@@ -1403,6 +1403,7 @@
 rm -f sysdeps/alpha/alphaev6/memcpy.S
 
 %build
+unset LD_SYMBOLIC_FUNCTIONS || :
 cp -f /usr/share/automake/config.sub scripts
 %{__aclocal}
 %{__autoconf}
@@ -2004,6 +2005,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.676  2007/02/06 07:28:16  arekm
+- unset LD_SYMBOLIC_FUNCTIONS as it makes problems for these two
+
 Revision 1.675  2007/02/05 22:53:09  baggins
 - rel 0.4
 - teach glibc about new syscalls at build time without requiring latest

================================================================
Index: SPECS/perl.spec
diff -u SPECS/perl.spec:1.348 SPECS/perl.spec:1.349
--- SPECS/perl.spec:1.348	Thu Feb  1 13:14:38 2007
+++ SPECS/perl.spec	Tue Feb  6 08:28:16 2007
@@ -646,6 +646,7 @@
 %patch14 -p1
 
 %build
+unset LD_SYMBOLIC_FUNCTIONS || :
 sh Configure \
 	-des \
 	-Dcc="%{__cc}" \
@@ -1415,6 +1416,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.349  2007/02/06 07:28:16  arekm
+- unset LD_SYMBOLIC_FUNCTIONS as it makes problems for these two
+
 Revision 1.348  2007/02/01 12:14:38  qboosh
 - pl for -libs
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/glibc.spec?r1=1.675&r2=1.676&f=u
    http://cvs.pld-linux.org/SPECS/perl.spec?r1=1.348&r2=1.349&f=u



More information about the pld-cvs-commit mailing list