Shruti Sridhar pushed to branch master at Debian Med / segemehl
Commits: be8c16b9 by Shruti Sridhar at 2021-08-01T16:38:41+05:30 Try fix for blhc - - - - - 1 changed file: - debian/patches/cross.patch Changes: ===================================== debian/patches/cross.patch ===================================== @@ -18,3 +18,12 @@ Last-Update: 2021-02-18 PRGTARGETS := segemehl haarz +@@ -35,7 +36,7 @@ $(PRGTARGETS): $(OBJECTS) + $(BUILDDIR)/%.o: $(LIBDIR)/%.c + @echo "Building... library for source $@"; + @mkdir -p $(BUILDDIR) +- $(CC) $(CFLAGS) $(INC) -c -o $@ $< ++ $(CC) $(CFLAGS) $(INC) $(CPPFLAGS) -c -o $@ $< + + all: $(PRGTARGETS) + View it on GitLab: https://salsa.debian.org/med-team/segemehl/-/commit/be8c16b9b8a68f0c0996a98d93c6b8882b9c975a -- View it on GitLab: https://salsa.debian.org/med-team/segemehl/-/commit/be8c16b9b8a68f0c0996a98d93c6b8882b9c975a 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
