tags 526559 +patch sid squeeze
thanks

This bug does not affect either etch or lenny but does affect both squeeze and sid.

A patch is attatched which both fixes the ftbfs and makes the package respect noopt.
diff -ur makeztxt-1.60/Makefile makeztxt-1.60.new/Makefile
--- makeztxt-1.60/Makefile	2003-08-12 12:05:21.000000000 +0000
+++ makeztxt-1.60.new/Makefile	2009-05-04 21:32:21.000000000 +0000
@@ -10,7 +10,8 @@
 INCLUDE	= -I../common -I.
 
 CC	= gcc
-CFLAGS	= -Wall -O2 -pipe $(INCLUDE)
+CFLAGS	?= -Wall -O2
+CFLAGS	+= -D_GNU_SOURCE -pipe $(INCLUDE)
 # GNU make is mandatory
 #MAKE	= make
 

Reply via email to