commit: ed4958f64d420a1b8fb0a51e0a36a801494110f8 Author: Michael Haubenwallner <michael.haubenwallner <AT> ssi-schaefer <DOT> com> AuthorDate: Thu May 19 13:19:33 2016 +0000 Commit: Michael Haubenwallner <haubi <AT> gentoo <DOT> org> CommitDate: Thu May 19 13:22:22 2016 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=ed4958f6
sys-libs/readline libtool.patch: use -no-undefined, to get sharedlibs even on Cygwin Package-Manager: portage-2.2.28-prefix sys-libs/readline/files/readline-6.3-libtool.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/readline/files/readline-6.3-libtool.patch b/sys-libs/readline/files/readline-6.3-libtool.patch index 31db0b2..fa0a677 100644 --- a/sys-libs/readline/files/readline-6.3-libtool.patch +++ b/sys-libs/readline/files/readline-6.3-libtool.patch @@ -69,7 +69,7 @@ diff -ur readline-6.3.old/shlib/Makefile.in readline-6.3.new/shlib/Makefile.in +SHOBJ_CFLAGS_ = +SHOBJ_LD_ = $(SHOBJ_CC) +SHOBJ_LDFLAGS_ = -shared -version-info `echo $(SHLIB_MAJOR)$(SHLIB_MINOR) | sed -e 's/\./:/g'` -+SHLIB_XLDFLAGS_ = -rpath $(libdir) ++SHLIB_XLDFLAGS_ = -no-undefined -rpath $(libdir) + +LTTAG_CC = $(LTTAG_CC_$(SHARED_TARGET)) +LTCLEAN = $(LTCLEAN_$(SHARED_TARGET))
