Files
Arch-R/packages/sysutils/grep/build
Stephan Raue c129b0493f grep: add some usefull configure options
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-11-26 22:00:37 +01:00

14 lines
242 B
Bash
Executable File

#!/bin/sh
. config/options $1
cd $PKG_BUILD
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \
--disable-silent-rules \
--disable-rpath \
--with-gnu-ld \
make