public inbox for cygwin-apps-cvs@sourceware.org
help / color / mirror / Atom feed
From: corinna@sourceware.org
To: cygwin-apps-cvs@sourceware.org
Subject: [csih - Cygwin service installation helper, a helper script and tools to create service installation scripts] branch master, updated. v0_9_10-2-gb32074f
Date: Fri, 15 Jun 2018 13:31:00 -0000	[thread overview]
Message-ID: <20180615133046.60574.qmail@sourceware.org> (raw)




https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/csih.git;h=b32074f66a5d2df1267b47d1e99b1fd299cde42b

commit b32074f66a5d2df1267b47d1e99b1fd299cde42b
Author: Corinna Vinschen <vinschen@redhat.com>
Date:   Fri Jun 15 15:29:28 2018 +0200

    Bump version to 0.9.11.
    
    Signed-off-by: Corinna Vinschen <vinschen@redhat.com>

https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/csih.git;h=d71628b217486a9831d0478435754457b4f63283

commit d71628b217486a9831d0478435754457b4f63283
Author: Corinna Vinschen <vinschen@redhat.com>
Date:   Fri Jun 15 15:29:01 2018 +0200

    Link native tools with --static
    
    This avoids dependencies to libssp-0.dll and libwinpthread-1.dll at runtime
    
    Signed-off-by: Corinna Vinschen <vinschen@redhat.com>


Diff:
---
 native/Makefile |    5 ++---
 version.h       |    2 +-
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/native/Makefile b/native/Makefile
index 77c5a28..0ed53de 100644
--- a/native/Makefile
+++ b/native/Makefile
@@ -17,8 +17,7 @@ NATIVECC=$(NATIVE)gcc
 NATIVECXX=$(NATIVE)g++
 NATIVEAR=$(NATIVE)ar
 
-LDFLAGS=-static-libgcc
-CXXLDFLAGS=-static-libgcc -static-libstdc++
+LDFLAGS=--static
 
 INCLUDES=
 LIBS=
@@ -43,7 +42,7 @@ NATIVE_LIB_OBJ=$(filter %.$(O),$(NATIVE_LIB_SRC:.cpp=.$(O))) \
 all : $(PROGRAMS)
 
 getAccountName$(EXEEXT): getAccountName.$(O) $(NATIVE_LIB) Win32Error.h
-	$(NATIVECXX) $(CFLAGS) $(CXXLDFLAGS) -o $@ $< $(LIBS) $(NATIVE_LIB)
+	$(NATIVECXX) $(CFLAGS) $(LDFLAGS) -o $@ $< $(LIBS) $(NATIVE_LIB)
 
 winProductName$(EXEEXT): winProductName.$(O) $(NATIVE_LIB)
 	$(NATIVECC) $(CFLAGS) $(LDFLAGS) -o $@ $< $(LIBS) $(NTDLL)
diff --git a/version.h b/version.h
index 1a507d8..a08d314 100644
--- a/version.h
+++ b/version.h
@@ -2,5 +2,5 @@
 #define STRINGIFY1(s) #s
 #define VERSION_MAJOR  0
 #define VERSION_MINOR  9
-#define VERSION_MICRO  10
+#define VERSION_MICRO  11
 #define VERSION_STRING STRINGIFY(VERSION_MAJOR) "." STRINGIFY(VERSION_MINOR) "." STRINGIFY(VERSION_MICRO)


                 reply	other threads:[~2018-06-15 13:31 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180615133046.60574.qmail@sourceware.org \
    --to=corinna@sourceware.org \
    --cc=cygwin-apps-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).