From 42c28ca371367d49f288786f1f98f78bb11d9016 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sun, 03 Jan 2021 17:46:12 -0500 Subject: build: Disable building of static library It was already not installed. --- (limited to 'build') 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 -- cgit v0.9.1