From f045f82f1c013f0dcd54b68a05de38a23f0974a5 Mon Sep 17 00:00:00 2001 From: Michael Haubenwallner Date: Mon, 20 Mar 2017 14:59:49 +0100 Subject: [PATCH] dev-vcs/subversion: add cygwin support Package-Manager: portage-2.3.3 Closes: https://github.com/gentoo/gentoo/pull/4256 --- dev-vcs/subversion/subversion-1.9.5.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-vcs/subversion/subversion-1.9.5.ebuild b/dev-vcs/subversion/subversion-1.9.5.ebuild index b3f7ebe9b88b..7b0ad1c36f20 100644 --- a/dev-vcs/subversion/subversion-1.9.5.ebuild +++ b/dev-vcs/subversion/subversion-1.9.5.ebuild @@ -180,6 +180,10 @@ src_configure() { # avoid recording immediate path to sharedlibs into executables append-ldflags -Wl,-bnoipath ;; + *-cygwin*) + # no LD_PRELOAD support, no undefined symbols + myconf+=( --disable-local-library-preloading LT_LDFLAGS=-no-undefined ) + ;; *-interix*) # loader crashes on the LD_PRELOADs... myconf+=( --disable-local-library-preloading ) -- 2.26.2