mirror of
https://github.com/mac-a-r0ni/crux-xfce4.git
synced 2025-01-22 14:52:19 +01:00
changed some options
disable-nls, static libs in builds.
This commit is contained in:
parent
cd22dd3b6a
commit
7bb04f70b3
@ -17,6 +17,7 @@ build() {
|
||||
--libexecdir=/usr/lib/$name \
|
||||
--sysconfdir=/etc \
|
||||
--disable-gtk-doc \
|
||||
--disable-nls \
|
||||
--enable-gtk-doc-html=no
|
||||
|
||||
make
|
||||
|
@ -16,6 +16,7 @@ build() {
|
||||
--prefix=/usr \
|
||||
--libexecdir=/usr/lib/$name \
|
||||
--sysconfdir=/etc \
|
||||
--disable-nls \
|
||||
--disable-gtk-doc \
|
||||
--enable-gtk-doc-html=no
|
||||
|
||||
|
@ -15,6 +15,7 @@ build() {
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--disable-debug \
|
||||
--disable-static \
|
||||
--enable-gtk-doc-html=no
|
||||
|
||||
make
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user