Added --disable-nls to prevent make from pulling in libintl, thanks goes to Kaliber for pointing this one out.

This commit is contained in:
Scott McCreary
2010-09-25 07:25:11 +00:00
parent c20382c785
commit 1a2f5514b2

View File

@@ -5,11 +5,10 @@ CHECKSUM_MD5="1a11100f3c63fcf5753818e59d63088f"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
MESSAGE="Warning, if building Haiku OptionalPackage, be sure gettext and libintl are not enabled"
BUILD {
cd make-3.82
libtoolize --force --copy --install
./configure --prefix=`finddir B_COMMON_DIRECTORY` LOCALEDIR="/etc/locale"
./configure --prefix=`finddir B_COMMON_DIRECTORY` LOCALEDIR="/etc/locale" --disable-nls
./build.sh
}