Andreas Tille pushed to branch master at Debian Med / gemma
Commits: 88ecfedd by Andreas Tille at 2021-03-22T17:34:44+01:00 Really enable hardening (but no upload due to freeze) - - - - - 2 changed files: - + debian/patches/hardening.patch - debian/patches/series Changes: ===================================== debian/patches/hardening.patch ===================================== @@ -0,0 +1,15 @@ +Description: Propagate LDFLAGS to enable hardening +Author: Andreas Tille <[email protected]> +Last-Update: Mon, 22 Mar 2021 14:38:26 +0100 + +--- a/Makefile ++++ b/Makefile +@@ -219,7 +219,7 @@ debug: $(OUTPUT) + $(shell bash $(VGEN) $(GUIX_PROFILE) > src/version.h) + + $(OUTPUT): $(OBJS) +- $(CPP) $(CPPFLAGS) $(OBJS) $(LIBS) -o $(OUTPUT) ++ $(CPP) $(CPPFLAGS) $(OBJS) $(LIBS) -o $(OUTPUT) $(LDFLAGS) + + $(OBJS): $(HDR) + ===================================== debian/patches/series ===================================== @@ -1,3 +1,4 @@ Reproducible_builds.patch no-lquadmath.patch Makefile.patch +hardening.patch View it on GitLab: https://salsa.debian.org/med-team/gemma/-/commit/88ecfedd4efa5f5df3bfb45328d4623790de7ef7 -- View it on GitLab: https://salsa.debian.org/med-team/gemma/-/commit/88ecfedd4efa5f5df3bfb45328d4623790de7ef7 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
