Shayan Doust pushed to branch master at Debian Med / embassy-phylip
Commits: c8a97b69 by Shayan Doust at 2020-09-21T16:06:02+01:00 Use old behaviour of gcc (via -fcommon) There are a lot of variables to sort so simply use -fcommon for now - - - - - 405b6cc2 by Shayan Doust at 2020-09-21T16:08:20+01:00 Update changelog - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +embassy-phylip (3.69.660-4) UNRELEASED; urgency=medium + + * Use old behaviour of gcc (via -fcommon) There are a lot of variables + to sort so simply use -fcommon for now (Closes: #966127) + + -- Shayan Doust <[email protected]> Mon, 21 Sep 2020 16:07:09 +0100 + embassy-phylip (3.69.660-3) unstable; urgency=medium * debhelper 11 ===================================== debian/rules ===================================== @@ -1,6 +1,7 @@ #!/usr/bin/make -f CFLAGS += -I/usr/lib/emboss/include -I/usr/lib/emboss/include/epcre -I/usr/lib/emboss/include/eplplot -L/usr/lib/emboss/lib -Wl,--rpath,/usr/lib/emboss/lib +CPPFLAGS += -fcommon LDFLAGS += -Wl,--as-needed %: View it on GitLab: https://salsa.debian.org/med-team/embassy-phylip/-/compare/ee39b94a3e080e1b2d7e689f81faf427ade2fe51...405b6cc274c5a83ef392c093da260811c78665e3 -- View it on GitLab: https://salsa.debian.org/med-team/embassy-phylip/-/compare/ee39b94a3e080e1b2d7e689f81faf427ade2fe51...405b6cc274c5a83ef392c093da260811c78665e3 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
