Skip to content

Commit

Permalink
Merge pull request #4291 from jakirkham/fix_4218_v1.7.x
Browse files Browse the repository at this point in the history
Fix libtool linking error (backport to `v1.7.x`)
  • Loading branch information
yosefe authored Oct 16, 2019
2 parents 18b0018 + e8e54ca commit 9544fb9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,13 @@ AC_FUNC_STRERROR_R
AC_PATH_TOOL([PKG_CONFIG], [pkg-config], [pkg-config])


#
# Force link_all_deplibs=yes for libtool, otherwise it will not
# link against dependency libs
#
link_all_deplibs=yes


#
# Check if 'ln' supports creating relative links
#
Expand Down

0 comments on commit 9544fb9

Please sign in to comment.