tag 355985 patch
thanks

The attached patch fixes this bug by replacing $(CFLAGS) with CFLAGS
in the ifndef statement, which fixes the build.

-- 
Matt
diff -ru tcm-2.20+TSQD-orig/debian/Config.tmpl tcm-2.20+TSQD/debian/Config.tmpl
--- tcm-2.20+TSQD-orig/debian/Config.tmpl       2006-03-15 21:23:29.000000000 
-0800
+++ tcm-2.20+TSQD/debian/Config.tmpl    2006-03-15 21:23:59.000000000 -0800
@@ -5,7 +5,7 @@
 # STRIP           = /usr/bin/strip --strip-debug
 STRIP           = true 
 
-ifndef $(CFLAGS)
+ifndef CFLAGS
 CFLAGS          = -Wall -pedantic
 CFLAGS         += -O3 -fomit-frame-pointer
 # CFLAGS       += -g

Attachment: signature.asc
Description: Digital signature

Reply via email to