Revert parts of r1888 which were there to save package space.

This commit is contained in:
Chris Roberts
2012-05-25 02:54:50 +00:00
parent 2924a86694
commit e2482875c2

View File

@@ -22,7 +22,6 @@ BUILD {
autoconf -Wnone
export EXTRA_CONF="--disable-java"
# export LDFLAGS="-lnetwork -liconv"
cd ..
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
--datarootdir=`finddir B_COMMON_DATA_DIRECTORY` \
--docdir=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/doc/gettext \
@@ -33,12 +32,12 @@ BUILD {
}
INSTALL {
cd gettext-0.18.1.1
cd gettext-0.18.1.1/gettext-runtime
make install
}
TEST {
cd gettext-0.18.1.1
cd gettext-0.18.1.1/gettext-runtime
make check
}