forked from kiss-community/repo
gettext: Disable stuff.
This commit is contained in:
parent
6fdefc600b
commit
2441e60920
@ -2,7 +2,16 @@
|
|||||||
|
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--with-included-gettext
|
--with-included-gettext \
|
||||||
|
--without-examples \
|
||||||
|
--disable-java \
|
||||||
|
--disable-native-java \
|
||||||
|
--disable-csharp \
|
||||||
|
--disable-libasprintf \
|
||||||
|
--disable-acl \
|
||||||
|
--without-git \
|
||||||
|
--disable-openmp \
|
||||||
|
--disable-curses
|
||||||
|
|
||||||
make
|
make
|
||||||
make DESTDIR="$1" install
|
make DESTDIR="$1" install
|
||||||
|
Loading…
Reference in New Issue
Block a user