Title: [opsview-base] [213] Remove gmake directive
- Revision
- 213
- Author
- tvoon
- Date
- 2013-02-11 14:25:49 +0000 (Mon, 11 Feb 2013)
Log Message
Remove gmake directive
Modified Paths
Modified: trunk/patches/nagios_solaris_uses_select.patch
===================================================================
--- trunk/patches/nagios_solaris_uses_select.patch 2013-02-08 13:23:10 UTC (rev 212)
+++ trunk/patches/nagios_solaris_uses_select.patch 2013-02-11 14:25:49 UTC (rev 213)
@@ -6,8 +6,8 @@
COV_CFLAGS = -ggdb3 -O0 -ftest-coverage -fprofile-arcs -pg
LDFLAGS =
-CFLAGS ?= @CFLAGS@
-+# Need to set IOBROKER_USES_SELECT as Solaris does not have EPOLL
-+CFLAGS ?= -DIOBROKER_USES_SELECT @CFLAGS@
++# Need to set IOBROKER_USES_SELECT as Solaris does not have EPOLL. Not sure why CFLAGS ?=, so we change to =
++CFLAGS = -DIOBROKER_USES_SELECT @CFLAGS@
ALL_CFLAGS = -Wall $(CFLAGS) @DEFS@
LIBNAME = libnagios.a
_______________________________________________
Opsview-checkins mailing list
Opsview-checkins@lists.opsview.org
http://lists.opsview.org/lists/listinfo/opsview-checkins