summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2021-01-03 17:46:12 (EST)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2021-01-03 19:54:30 (EST)
commit42c28ca371367d49f288786f1f98f78bb11d9016 (patch)
treea2d2f558a6faec1ab42ab904a217b297c5eac0a4 /build
parent487e9068cc4c459cb9041af22fb0b65e3bc89d04 (diff)
build: Disable building of static library
It was already not installed.
Diffstat (limited to 'build')
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/build b/build
index 7af830c..f0abafb 100755
--- a/build
+++ b/build
@@ -9,6 +9,7 @@ nop:
# but "--with-ca-path only works with OpenSSL, GnuTLS or mbedTLS".
build:
oh-autoconfigure -- \
+ --disable-static \
--without-ssl \
--with-wolfssl \
--with-ca-bundle=/usr/share/x509/server-auth/nss-certdata.pem
@@ -18,7 +19,6 @@ build:
install: build
oh-autoinstall
rm dest/usr/lib/$(OPK_HOST_ARCH)/libcurl.la
- rm dest/usr/lib/$(OPK_HOST_ARCH)/libcurl.a
rm dest/usr/bin/curl-config
rm dest/usr/share/man/man1/curl-config.1
oh-fixperms