We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51898f3 commit de8270cCopy full SHA for de8270c
2 files changed
libgsf
@@ -18,7 +18,6 @@ cd $DIR
18
19
# Build
20
autoreconf -fiv
21
- sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
22
./configure --prefix=/usr \
23
--sysconfdir=/etc \
24
--localstatedir=/var \
libxml2
@@ -23,8 +23,11 @@ cd $DIR
25
26
+ --with-icu \
27
--disable-static \
28
--with-history \
29
+ --with-legacy \
30
+ --with-threads \
31
PYTHON=/usr/bin/python3 \
32
--docdir=/usr/share/doc/libxml2-$MAJOR.0
33
0 commit comments