[med-svn] [Git][med-team/illustrate][master] d/rules: Use FFLAGS instead
Nilesh Patra (@nilesh)
gitlab at salsa.debian.org
Tue Jun 15 11:47:52 BST 2021
Nilesh Patra pushed to branch master at Debian Med / illustrate
Commits:
e2772fcc by Nilesh Patra at 2021-06-15T16:17:38+05:30
d/rules: Use FFLAGS instead
- - - - -
1 changed file:
- debian/rules
Changes:
=====================================
debian/rules
=====================================
@@ -10,7 +10,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
dh $@
override_dh_auto_build:
- gfortran $(CFLAGS) $(CPPFLAGS) -o illustrate illustrate.f $(LDFLAGS)
+ gfortran $(FFLAGS) -o illustrate illustrate.f $(LDFLAGS)
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
View it on GitLab: https://salsa.debian.org/med-team/illustrate/-/commit/e2772fcc2e2560e047be1fa8af0f9ee5dedaf314
--
View it on GitLab: https://salsa.debian.org/med-team/illustrate/-/commit/e2772fcc2e2560e047be1fa8af0f9ee5dedaf314
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/20210615/929a0f93/attachment.htm>
More information about the debian-med-commit
mailing list