Codebase list pnm2ppa / 2922167
Fix FTCBFS: Revert 00_use_env_buildflags.patch Closes: #843695 Helmut Grohne authored 7 years ago Didier Raboud committed 7 years ago
2 changed file(s) with 0 addition(s) and 14 deletion(s). Raw diff Collapse all Expand all
+0
-13
debian/patches/00_use_env_buildflags.patch less more
0 Description: Build make_hash_ink natively, hence use the buildflags
1 Author: Didier Raboud <odyx@debian.org>
2 Last-Update: 2014-03-06
3 --- a/Makefile.am
4 +++ b/Makefile.am
5 @@ -128,5 +128,5 @@
6 LDFLAGS_FOR_BUILD =
7 LDLIBS_FOR_BUILD =
8
9 -make_hash_ink: make_hash_ink.c
10 - $(CC_FOR_BUILD) $(CPPFLAGS_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(LDFLAGS_FOR_BUILD) -o $@ $< $(LDLIBS_FOR_BUILD)
11 +noinst_PROGRAMS = make_hash_ink
12 +make_hash_ink_SOURCES = make_hash_ink.c
0 00_use_env_buildflags.patch
10 10_177295-fix_signedness.patch
21 99-examples_shbangs.patch
32 99-pnm2ppa_manpage.patch