Files
Arch-R/packages/network/libproxy/build
Stephan Raue de71016fb4 initial import
2009-03-18 13:02:53 +01:00

19 lines
345 B
Bash
Executable File

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