mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-23 07:40:11 -07:00
libXmeta: Remove CFLAGS_FOR_BUILD, add some opts
This commit is contained in:
parent
ddfed408a5
commit
7583953840
@ -1,9 +1,10 @@
|
|||||||
#!/bin/sh -e
|
#!/bin/sh -e
|
||||||
|
|
||||||
CFLAGS_FOR_BUILD=-fPIC \
|
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--sysconfdir=/etc \
|
--sysconfdir=/etc \
|
||||||
|
--mandir=/usr/share/man \
|
||||||
|
--localstatedir=/var \
|
||||||
--without-xmlto \
|
--without-xmlto \
|
||||||
--disable-specs \
|
--disable-specs \
|
||||||
--disable-static
|
--disable-static
|
||||||
|
Loading…
Reference in New Issue
Block a user