Skip to content

Commit de8270c

Browse files
committed
Acutally fix libgsf
1 parent 51898f3 commit de8270c

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

libgsf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ cd $DIR
1818

1919
# Build
2020
autoreconf -fiv
21-
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
2221
./configure --prefix=/usr \
2322
--sysconfdir=/etc \
2423
--localstatedir=/var \

libxml2

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,11 @@ cd $DIR
2323
autoreconf -fiv
2424
./configure --prefix=/usr \
2525
--sysconfdir=/etc \
26+
--with-icu \
2627
--disable-static \
2728
--with-history \
29+
--with-legacy \
30+
--with-threads \
2831
PYTHON=/usr/bin/python3 \
2932
--docdir=/usr/share/doc/libxml2-$MAJOR.0
3033

0 commit comments

Comments
 (0)