Codebase list pnm2ppa / 4713aa4 debian / patches / 00_use_env_buildflags.patch
4713aa4

Tree @4713aa4 (Download .tar.gz)

00_use_env_buildflags.patch @4713aa4raw · history · blame

Description: Build make_hash_ink natively, hence use the buildflags
Author: Didier Raboud <odyx@debian.org>
Last-Update: 2014-03-06
--- a/Makefile.am
+++ b/Makefile.am
@@ -128,5 +128,5 @@
 LDFLAGS_FOR_BUILD =
 LDLIBS_FOR_BUILD =
 
-make_hash_ink: make_hash_ink.c
-	$(CC_FOR_BUILD) $(CPPFLAGS_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(LDFLAGS_FOR_BUILD) -o $@ $< $(LDLIBS_FOR_BUILD)
+noinst_PROGRAMS = make_hash_ink
+make_hash_ink_SOURCES = make_hash_ink.c