From 2cf2bbe846d234c6dea96b0eb58657a71255b8ac Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 16 Apr 2013 09:03:48 +0000 Subject: testing/clapf: upgrade to 0.4.7.4 - fix ldflags which should not be at the end - fix configure script to use pkgconfig for gsl cflags and libs - undef a uclibc nameclash - __user --- testing/clapf/def__user.patch | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 testing/clapf/def__user.patch (limited to 'testing/clapf/def__user.patch') diff --git a/testing/clapf/def__user.patch b/testing/clapf/def__user.patch new file mode 100644 index 000000000..825f7cd95 --- /dev/null +++ b/testing/clapf/def__user.patch @@ -0,0 +1,23 @@ +diff --git a/src/defs.h b/src/defs.h +index 68cb80a..aae7905 100644 +--- a/src/defs.h ++++ b/src/defs.h +@@ -156,6 +156,9 @@ struct session_data { + int training_request; + float spaminess; + float Nham, Nspam; ++#ifdef __user ++#undef __user ++#endif + float __acquire, __parsed, __av, __user, __policy, __training, __minefield, __as, __update, __store, __inject; + #ifdef HAVE_MAILBUF + char mailbuf[MAILBUFSIZE], discard_mailbuf; +diff --git a/webui/view/theme/default/templates/common/footer.tpl b/webui/view/theme/default/templates/common/footer.tpl +index e2a23fe..0f681bb 100644 +--- a/webui/view/theme/default/templates/common/footer.tpl ++++ b/webui/view/theme/default/templates/common/footer.tpl +@@ -1,3 +1,3 @@ + +-

clapf web UI, VERSION_STRING

++

clapf web UI, 0.4.7.4

+ -- cgit v1.2.3