From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 126707 invoked by alias); 26 Sep 2017 19:02:35 -0000 Mailing-List: contact cygwin-apps-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: cygwin-apps-cvs-owner@sourceware.org Received: (qmail 126461 invoked by uid 9795); 26 Sep 2017 19:02:35 -0000 Date: Tue, 26 Sep 2017 19:02:00 -0000 Message-ID: <20170926190235.126409.qmail@sourceware.org> From: jturney@sourceware.org To: cygwin-apps-cvs@sourceware.org Subject: [setup - the official Cygwin setup program] branch topic/libsolv, updated. release_2.881-40-g77be2dc X-Git-Refname: refs/heads/topic/libsolv X-Git-Reftype: branch X-Git-Oldrev: 4ec3f744e680a07540d182a9dfdca68697403a1f X-Git-Newrev: 77be2dcdaefa98f655c988dc5c7e3fec95785e20 X-SW-Source: 2017-q3/txt/msg00014.txt.bz2 https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/setup.git;h=77be2dcdaefa98f655c988dc5c7e3fec95785e20 commit 77be2dcdaefa98f655c988dc5c7e3fec95785e20 Author: Jon Turney 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 = \