tags 544252 +patch thanks
patch is attatched
diff -ur xview-3.2p1.4/debian/rules xview-3.2p1.4.new/debian/rules --- xview-3.2p1.4/debian/rules 2009-08-31 03:09:54.000000000 +0100 +++ xview-3.2p1.4.new/debian/rules 2009-08-31 02:46:19.000000000 +0100 @@ -4,11 +4,9 @@ export OPENWINHOME = /usr export X11DIR= /usr - +export EXTRA_CFLAGS = -D_GNU_SOURCE ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS))) - export EXTRA_CFLAGS = -O0 -else - export EXTRA_CFLAGS = + export EXTRA_CFLAGS += -O0 endif Only in xview-3.2p1.4: make