]> git.pld-linux.org Git - packages/gcc.git/commitdiff
- partial libtool 2.2 workaround. lt_dlforeach() libltdl API was deprecated and we...
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 13 Jun 2008 11:04:53 +0000 (11:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gcc.spec -> 1.538

gcc.spec

index fdc6d31b941ce2433915b051a43a00f8a7d26304..61b106addbc84163438b3f8984f515388a9fb5a2 100644 (file)
--- a/gcc.spec
+++ b/gcc.spec
@@ -1327,6 +1327,8 @@ echo %{version} > gcc/BASE-VER
 echo "release" > gcc/DEV-PHASE
 
 %build
+%{__libtoolize}
+install /usr/share/aclocal/{libtool,lt*}.m4 .
 cd gcc
 %{__autoconf}
 cd ..
@@ -1335,6 +1337,13 @@ cd libjava
 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
This page took 0.071455 seconds and 4 git commands to generate.