par2cmdline: fix build

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-01-15 15:10:23 +01:00
parent 315300af12
commit f9204d237e

View File

@ -22,13 +22,12 @@
. config/options $1 . config/options $1
# par2cmdline fails to build with LTO support
strip_lto
cd $PKG_BUILD cd $PKG_BUILD
./configure --host=$TARGET_NAME \ ./configure --host=$TARGET_NAME \
--build=$HOST_NAME \ --build=$HOST_NAME \
--prefix=/usr \ --prefix=/usr \
--disable-static \
--enable-shared \
make make
$MAKEINSTALL