grep: add some usefull configure options

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-26 22:00:37 +01:00
parent 66abf7704e
commit c129b0493f

View File

@ -6,5 +6,8 @@ cd $PKG_BUILD
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \
--disable-silent-rules \
--disable-rpath \
--with-gnu-ld \
make