[med-svn] [Git][med-team/fastlink][master] 2 commits: Propagate CFLAGS set by Debian to all binaries
Andreas Tille
gitlab at salsa.debian.org
Fri Oct 30 09:03:58 GMT 2020
Andreas Tille pushed to branch master at Debian Med / fastlink
Commits:
7aaeec1d by Andreas Tille at 2020-10-30T10:02:03+01:00
Propagate CFLAGS set by Debian to all binaries
- - - - -
72a91f9f by Andreas Tille at 2020-10-30T10:03:11+01:00
Upload to unstable
- - - - -
2 changed files:
- debian/changelog
- debian/patches/hardening.patch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,4 +1,4 @@
-fastlink (4.1P-fix100+dfsg-3) UNRELEASED; urgency=medium
+fastlink (4.1P-fix100+dfsg-3) unstable; urgency=medium
* Add fake watch file
* debian/get-orig-source: Do not create new tarball if there is no new
@@ -13,8 +13,9 @@ fastlink (4.1P-fix100+dfsg-3) UNRELEASED; urgency=medium
* Refer to specific version of license GPL-2+.
* Use -fcommon option to tolerate "multiple definition of"
Closes: #957194
+ * Propagate CFLAGS set by Debian to all binaries
- -- Andreas Tille <tille at debian.org> Fri, 30 Oct 2020 09:13:00 +0100
+ -- Andreas Tille <tille at debian.org> Fri, 30 Oct 2020 10:02:10 +0100
fastlink (4.1P-fix100+dfsg-2) unstable; urgency=medium
=====================================
debian/patches/hardening.patch
=====================================
@@ -13,3 +13,18 @@ Description: Propagate hardening options
######################################################
############ parallel code variables #################
+@@ -682,11 +682,11 @@ ofm: ofm.c
+ $(CC) $(SMALLCFLAGS) ofm.c -o $(BINDIR)/ofm
+
+ loopbrk.o: loopbrk.c unknown.h
+- $(CC) $(SMALLCFLAGS) loopbrk.c -c -o loopbrk.o
++ $(CC) $(CFLAGS) loopbrk.c -c -o loopbrk.o
+ unknown.o: unknown.c unknown.h
+- $(CC) $(SMALLCFLAGS) unknown.c -c -o unknown.o
++ $(CC) $(CFLAGS) unknown.c -c -o unknown.o
+ unknown: unknown.o loopbrk.o
+- $(CC) $(SMALLCFLAGS) loopbrk.o unknown.o -o $(BINDIR)/unknown $(LDFLAGS)
++ $(CC) $(CFLAGS) loopbrk.o unknown.o -o $(BINDIR)/unknown $(LDFLAGS)
+
+
+ ################## parallel targets ###############
View it on GitLab: https://salsa.debian.org/med-team/fastlink/-/compare/01e17b9006c68e5b1920e0aa1526707002ef1adf...72a91f9f65385ce7c0f45f2834b5b823553e2464
--
View it on GitLab: https://salsa.debian.org/med-team/fastlink/-/compare/01e17b9006c68e5b1920e0aa1526707002ef1adf...72a91f9f65385ce7c0f45f2834b5b823553e2464
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20201030/fb6b0dce/attachment-0001.html>
More information about the debian-med-commit
mailing list