- fixing build issue with older libtool installed (prevent rerunning of autotools)
This commit is contained in:
Stephan Raue 2010-04-09 01:00:41 +02:00
parent 016744d5f2
commit 3c1545aa39

View File

@ -16,11 +16,6 @@ export ac_cv_lib_util_forkpty=no
export MAKEFLAGS=-j1
cd $PKG_BUILD
sed -i -e 's/asoundlib.h/ALSA_DISABLED/g' configure*
sed -i -e 's/portaudio.h/PORTAUDIO_DISABLED/g' configure*
sed -i -e 's/vga.h/SVGALIB_DISABLED/g' configure*
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \