Merge pull request #2139 from vpeter4/stuff

gettext: do not use emacs
This commit is contained in:
Stefan Saraev 2013-03-31 01:54:20 -07:00
commit 1d525659cc

View File

@ -32,7 +32,8 @@ cd $PKG_BUILD
--enable-shared \ --enable-shared \
--disable-static \ --disable-static \
--disable-rpath \ --disable-rpath \
--with-gnu-ld --with-gnu-ld \
--without-emacs
make make
make install make install