Files
Arch-R/packages/graphics/jpeg/build
Stephan Raue c03ac0b894 jpeg:
- remove hack for not using linker plugin (fixed now)
2010-06-05 08:18:20 +02:00

19 lines
312 B
Bash
Executable File

#!/bin/sh
. config/options
$SCRIPTS/build toolchain
cd $PKG_BUILD
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--disable-static \
--enable-shared \
make
$MAKEINSTALL