Skip to content

Commit

Permalink
libtool: don't build static archives by default
Browse files Browse the repository at this point in the history
  • Loading branch information
SoapGentoo committed May 24, 2021
1 parent b7ab257 commit 73571ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Unreleased
* Switch to GCC's visibility for hiding more implementation details
* Check GNU ld instead of gcc for exported symbols control logic in
configure.ac
* Disable static builds using Autotools by default. If you want static
libraries, pass --enable-static to ./configure

Version 0.2.1 (2021-01-23)
* Fix incorrect passing of -version-info to libtool, causing a
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dnl Catch ancient versions of pkg-config below 0.27
AX_REQUIRE_DEFINED([PKG_INSTALLDIR])
PKG_INSTALLDIR

LT_INIT
LT_INIT([disable-static])
LT_PROG_RC

dnl ====================================================================================
Expand Down

0 comments on commit 73571ad

Please sign in to comment.