diff options
author | Patrick 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) |
commit | 42c28ca371367d49f288786f1f98f78bb11d9016 (patch) | |
tree | a2d2f558a6faec1ab42ab904a217b297c5eac0a4 /build | |
parent | 487e9068cc4c459cb9041af22fb0b65e3bc89d04 (diff) |
build: Disable building of static library
It was already not installed.
Diffstat (limited to 'build')
-rwxr-xr-x | build | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |