SPECS: gcc.spec - partial libtool 2.2 workaround. lt_dlforeach() libltdl AP...

arekm arekm at pld-linux.org
Fri Jun 13 13:04:58 CEST 2008


Author: arekm                        Date: Fri Jun 13 11:04:58 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- partial libtool 2.2 workaround. lt_dlforeach() libltdl API was deprecated and we need to find out how to replace it

---- Files affected:
SPECS:
   gcc.spec (1.537 -> 1.538) 

---- Diffs:

================================================================
Index: SPECS/gcc.spec
diff -u SPECS/gcc.spec:1.537 SPECS/gcc.spec:1.538
--- SPECS/gcc.spec:1.537	Mon Jun  9 16:49:23 2008
+++ SPECS/gcc.spec	Fri Jun 13 13:04:53 2008
@@ -1328,6 +1328,8 @@
 echo "release" > gcc/DEV-PHASE
 
 %build
+%{__libtoolize}
+install /usr/share/aclocal/{libtool,lt*}.m4 .
 cd gcc
 %{__autoconf}
 cd ..
@@ -1336,6 +1338,13 @@
 cd classpath
 %{__autoconf}
 cd ../..
+for dir in libffi libjava libssp libmudflap libgfortran zlib boehm-gc libstdc++-v3 libobjc; do
+cdir=$(pwd)
+	cd $dir
+	[ "$dir" = "libjava" ] && %{__libtoolize} --ltdl
+	autoreconf --force --install --warnings=no-portability 
+	cd $cdir
+done
 cp -f /usr/share/automake/config.sub .
 
 rm -rf builddir && install -d builddir && cd builddir
@@ -2146,6 +2155,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.538  2008-06-13 11:04:53  arekm
+- partial libtool 2.2 workaround. lt_dlforeach() libltdl API was deprecated and we need to find out how to replace it
+
 Revision 1.537  2008-06-09 14:49:23  pluto
 - fetch 4.3.1 tarball, release 0.1 dueto TODO.
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gcc.spec?r1=1.537&r2=1.538&f=u



More information about the pld-cvs-commit mailing list