summaryrefslogtreecommitdiff
path: root/neon
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2013-03-14 20:32:07 +0200
committerTor Lillqvist <tlillqvist@suse.com>2013-03-14 20:57:08 +0200
commita4f6bb6e5b514978951dee10b6d334a8111c0663 (patch)
tree264ba067536fd744290a8dd5928fad63075fb08c /neon
parentc6c0e73e0fda18b7bb37685ab8f8630e15bb427a (diff)
When debugging, define NE_DEBUGGING
Change-Id: I5cffa50141481094e5622f6812783e2203efb1d6
Diffstat (limited to 'neon')
-rw-r--r--neon/neon.patch6
1 files changed, 5 insertions, 1 deletions
diff --git a/neon/neon.patch b/neon/neon.patch
index b7a3f8514335..3521b513879b 100644
--- a/neon/neon.patch
+++ b/neon/neon.patch
@@ -492,7 +492,7 @@
+#endif
--- misc/neon-0.29.5/src/makefile.mk 2011-02-03 10:32:38.000000000 +0100
+++ misc/build/neon-0.29.5/src/makefile.mk 2011-02-03 10:26:19.000000000 +0100
-@@ -1,1 +1,96 @@
+@@ -1,1 +1,100 @@
-dummy
+PRJ=..$/..$/..$/..$/..
+
@@ -519,6 +519,10 @@
+CFLAGS+= -I$(SOLARINCDIR)$/$(LIBXMLINCDIR)
+.ENDIF
+
++.IF "$(debug)" == "TRUE"
++CFLAGS+=-DNE_DEBUGGING
++.ENDIF
++
+.IF "$(SYSTEM_OPENSSL)" == "YES"
+CFLAGS+= $(OPENSSL_CFLAGS)
+.ENDIF