2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 22:12:27 +00:00

libXmeta: Remove CFLAGS_FOR_BUILD, add some opts

This commit is contained in:
Dylan Araps 2021-07-06 15:21:38 +03:00
parent ddfed408a5
commit 7583953840
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C

View File

@ -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