Files
Arch-R/packages/devel/libpthread-stubs/build
Stephan Raue 6b12261eda libpthread-stubs:
- various cleanups
2009-11-16 02:37:25 +01:00

17 lines
276 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 \
--disable-static \
--enable-shared \
make
$MAKEINSTALL