Try libtool workaround from Fedora

This commit is contained in:
Andrey Bondrov 2012-09-06 22:13:37 +00:00
parent dad3268928
commit 382c83cdc5

View file

@ -42,6 +42,12 @@ This package contains the include files and shared libraries for development.
%prep
%setup -q
# Blow away the embedded libtool and replace with build system's libtool.
# (We will use the installed libtool anyway, but this makes sure they match.)
rm -rf config.guess config.sub install-sh ltmain.sh libltdl
# this hack is so we can build with either libtool 2.2 or 1.5
libtoolize --install || libtoolize
%build
autoreconf -fi
%configure2_5x \