public inbox for cygwin-apps-cvs@sourceware.org
help / color / mirror / Atom feed
* [setup - the official Cygwin setup program] branch topic/libsolv, updated. release_2.881-40-g77be2dc
@ 2017-09-26 19:02 jturney
  0 siblings, 0 replies; only message in thread
From: jturney @ 2017-09-26 19:02 UTC (permalink / raw)
  To: cygwin-apps-cvs




https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/setup.git;h=77be2dcdaefa98f655c988dc5c7e3fec95785e20

commit 77be2dcdaefa98f655c988dc5c7e3fec95785e20
Author: Jon Turney <jon.turney@dronecode.org.uk>
Date:   Tue Sep 26 19:43:12 2017 +0100

    Link with libregex rather than libgnurx
    
    Use -lregex rather than -lgnurx, as the Fedora mingw{32,63}-libgnurx
    cross-package only contain the library under that name.
    
    (The Cygwin mingw63-{i686,x86_64}-libgnurx cross-packages have both names).


Diff:
---
 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 7fe4b2f..84b8b92 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -100,7 +100,7 @@ inilint_SOURCES = \
 	String++.h
 
 @SETUP@_LDADD = \
-	libgetopt++/libgetopt++.la -lgcrypt -lgpg-error -llzma -lbz2 -lz -lsolv -lgnurx \
+	libgetopt++/libgetopt++.la -lgcrypt -lgpg-error -llzma -lbz2 -lz -lsolv -lregex \
 	-lshlwapi -lcomctl32 -lole32 -lws2_32 -lpsapi -luuid -lntdll -lwininet -lmingw32
 @SETUP@_LDFLAGS = -mwindows -Wc,-static -static-libtool-libs
 @SETUP@_SOURCES = \


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-09-26 19:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-26 19:02 [setup - the official Cygwin setup program] branch topic/libsolv, updated. release_2.881-40-g77be2dc jturney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).