changed some options

disable-nls, static libs in builds.
This commit is contained in:
mac-a-r0ni 2023-07-02 07:03:45 -04:00
parent cd22dd3b6a
commit 7bb04f70b3
4 changed files with 5 additions and 1 deletions

View File

@ -17,6 +17,7 @@ build() {
--libexecdir=/usr/lib/$name \
--sysconfdir=/etc \
--disable-gtk-doc \
--disable-nls \
--enable-gtk-doc-html=no
make

View File

@ -16,6 +16,7 @@ build() {
--prefix=/usr \
--libexecdir=/usr/lib/$name \
--sysconfdir=/etc \
--disable-nls \
--disable-gtk-doc \
--enable-gtk-doc-html=no

View File

@ -15,6 +15,7 @@ build() {
./configure \
--prefix=/usr \
--disable-debug \
--disable-static \
--enable-gtk-doc-html=no
make

View File

@ -17,12 +17,13 @@ build() {
--libexecdir=/usr/lib/$name \
--sysconfdir=/etc \
--disable-gtk-doc \
--disable-nls \
--enable-gtk-doc-html=no
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/locale
# rm -r $PKG/usr/share/locale
rm -r $PKG/usr/share/gtk-doc
rm -r $PKG/usr/share/doc