summaryrefslogtreecommitdiff
path: root/Ports/ntbtls/package.sh
diff options
context:
space:
mode:
authorTim Schumacher <timschumi@gmx.de>2022-06-03 17:14:24 +0200
committerLinus Groh <mail@linusgroh.de>2022-06-03 20:50:01 +0100
commit1c66ec7aea48da0c0bbfa2760313b92a57859c06 (patch)
tree5908c7c8b0d46b5167da7477a0701221a3025255 /Ports/ntbtls/package.sh
parent1f726791fb585dbcaaa6e69bf5fcdc4efa40f8a4 (diff)
downloadserenity-1c66ec7aea48da0c0bbfa2760313b92a57859c06.zip
Ports: Replace manually linking `ntbtls` with a libtool patch
Diffstat (limited to 'Ports/ntbtls/package.sh')
-rwxr-xr-xPorts/ntbtls/package.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/Ports/ntbtls/package.sh b/Ports/ntbtls/package.sh
index e0c557bd89..ec015868c4 100755
--- a/Ports/ntbtls/package.sh
+++ b/Ports/ntbtls/package.sh
@@ -15,9 +15,3 @@ pre_configure() {
configure() {
run ./configure --host="${SERENITY_ARCH}-pc-serenity" --build="$($workdir/build-aux/config.guess)" "${configopts[@]}"
}
-
-install() {
- run make DESTDIR=${SERENITY_INSTALL_ROOT} "${installopts[@]}" install
- ${CC} -shared -o ${SERENITY_INSTALL_ROOT}/usr/local/lib/libntbtls.so -Wl,-soname,libntbtls.so -Wl,--whole-archive ${SERENITY_INSTALL_ROOT}/usr/local/lib/libntbtls.a -Wl,--no-whole-archive -lgpg-error -lksba -lgcrypt
- rm -f ${SERENITY_INSTALL_ROOT}/usr/local/lib/libntbtls.la
-}