summaryrefslogtreecommitdiff
path: root/Ports/libiconv
diff options
context:
space:
mode:
authorGunnar Beutner <gunnar@beutner.name>2021-04-15 15:46:40 +0200
committerAndreas Kling <kling@serenityos.org>2021-04-16 19:04:24 +0200
commitda92c0e1ca2be53df4a7889090656b428869d140 (patch)
tree024477eb4190eade300d754d952764aca4902ad0 /Ports/libiconv
parentc9d535868506dfede9e79ff2af01435e9bdea420 (diff)
downloadserenity-da92c0e1ca2be53df4a7889090656b428869d140.zip
Ports: Build shared libraries for a few more ports
This manually builds shared libraries for a bunch of ports. Using libtool would be preferable but that's currently broken so I'm linking the shared libraries manually.
Diffstat (limited to 'Ports/libiconv')
-rwxr-xr-xPorts/libiconv/package.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/Ports/libiconv/package.sh b/Ports/libiconv/package.sh
index 9354854dd5..b9fb916453 100755
--- a/Ports/libiconv/package.sh
+++ b/Ports/libiconv/package.sh
@@ -13,5 +13,4 @@ auth_opts="--keyring ./gnu-keyring.gpg libiconv-${version}.tar.gz.sig"
install() {
run make DESTDIR=$DESTDIR $installopts install
run ${SERENITY_ARCH}-pc-serenity-gcc -shared -o $DESTDIR/usr/local/lib/libiconv.so -Wl,--whole-archive $DESTDIR/usr/local/lib/libiconv.a -Wl,--no-whole-archive
- run ln -sf ../local/lib/libiconv.so $DESTDIR/usr/lib/libiconv.so
}