Files
Arch-R/packages/devel/flex/build
Stephan Raue 09ed660c26 new package:
- add flex
2009-11-16 16:31:46 +01:00

22 lines
416 B
Bash
Executable File

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