mirror of
https://abf.rosa.ru/djam/unixODBC.git
synced 2025-02-24 03:22:51 +00:00
Try libtool workaround from Fedora
This commit is contained in:
parent
dad3268928
commit
382c83cdc5
1 changed files with 6 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue