[med-svn] [Git][med-team/filtlong][master] hardening.patch: fix missing CPPFLAGS occurrence.
Étienne Mollier (@emollier)
gitlab at salsa.debian.org
Sat Aug 12 20:07:56 BST 2023
Étienne Mollier pushed to branch master at Debian Med / filtlong
Commits:
c1ba0cb5 by Étienne Mollier at 2023-08-12T20:59:09+02:00
hardening.patch: fix missing CPPFLAGS occurrence.
Gbp-Dch: ignore
- - - - -
1 changed file:
- debian/patches/hardening.patch
Changes:
=====================================
debian/patches/hardening.patch
=====================================
@@ -15,3 +15,9 @@ Reviewed-By: Étienne Mollier <emollier at debian.org>
clean:
$(RM) $(OBJECTS)
+@@ -46,4 +46,4 @@
+ $(RM) $(TARGET)
+
+ %.o: %.cpp $(HEADERS)
+- $(CXX) $(FLAGS) $(CXXFLAGS) -c -o $@ $<
++ $(CXX) $(CPPFLAGS) $(FLAGS) $(CXXFLAGS) -c -o $@ $<
View it on GitLab: https://salsa.debian.org/med-team/filtlong/-/commit/c1ba0cb517b587d334302ecf87ef08c2668acc17
--
View it on GitLab: https://salsa.debian.org/med-team/filtlong/-/commit/c1ba0cb517b587d334302ecf87ef08c2668acc17
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/20230812/fc0ed0ad/attachment.htm>
More information about the debian-med-commit
mailing list