- fix build with newer autotools
This commit is contained in:
Stephan Raue 2010-01-04 02:32:01 +01:00
parent a46c888918
commit 281edba254

View File

@ -74,6 +74,11 @@ fi
LDFLAGS="$LDFLAGS -lpython2.6" LDFLAGS="$LDFLAGS -lpython2.6"
cd $PKG_BUILD cd $PKG_BUILD
cd xbmc/cores/dvdplayer/Codecs/libdvd/libdvdcss
./bootstrap
cd -
./bootstrap ./bootstrap
./configure --host=$TARGET_NAME \ ./configure --host=$TARGET_NAME \
--build=$HOST_NAME \ --build=$HOST_NAME \