From 7cd6d9f30ff1429d2f341998f879354e62dd9544 Mon Sep 17 00:00:00 2001
From: Michael Jerris <mike@jerris.com>
Date: Fri, 29 Feb 2008 22:04:15 +0000
Subject: [PATCH] we do these from the lib automatically now

git-svn-id: http://svn.openzap.org/svn/openzap/trunk@419 a93c3328-9c30-0410-af19-c9cd2b2d52af
---
 libs/openzap/mod_openzap/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libs/openzap/mod_openzap/Makefile b/libs/openzap/mod_openzap/Makefile
index 2609dc75a5..1552a37c45 100644
--- a/libs/openzap/mod_openzap/Makefile
+++ b/libs/openzap/mod_openzap/Makefile
@@ -9,6 +9,6 @@ include $(BASE)/build/modmake.rules
 local_depend: $(OZA)
 
 $(OZA): $(OZ_DIR)/.update
-	cd $(OZ_DIR) && $(MAKE) ZAP_MODS="wanpipe zt" ZAP_CFLAGS="-g -ggdb $(ALL_CXXFLAGS)"
+	cd $(OZ_DIR) && $(MAKE) ZAP_MODS="wanpipe zt" ZAP_CFLAGS="$(ALL_CXXFLAGS)"