Seems to be a typo, tobemerged, thx.
--
Diese Nachricht wurde von meinem Android-Mobiltelefon mit K-9 Mail gesendet.



Evgeniy Isaev <[email protected]> schrieb:

  Hello.
  On FreeBSD build stop with error:

cd ./base && gmake
gmake[1]: Вход в каталог `/root/icinga-1.4.2/base'
gcc ?-Wall -g -O2 -DHAVE_CONFIG_H -DNSCORE   -c -o broker.o broker.c
gcc: ?-Wall: No such file or directory
gmake[1]: *** [broker.o] Ошибка 1
gmake[1]: Выход из каталога `/root/icinga-1.4.2/base'
gmake: *** [all] Ошибка 2


Typo in this commit: 
https://git.icinga.org/?p=icinga-core.git;a=commitdiff;h=ba1ce79f4335d49f9e77c96d4365598bc1562899


This patch solves this problem (copy of patch in attach):

--- configure.orig    2011-07-21 10:53:19.000000000 +0600
+++ configure    2011-07-21 10:17:00.000000000 +0600
@@ -6890,7 +6890,7 @@
             CFLAGS="-Wall $CFLAGS"
         ;;
                 freebsd*)
-            CFLAGS=?"-Wall $CFLAGS"
+            CFLAGS?="-Wall $CFLAGS"
                 ;;
                 *)
                 ;;

--- configure.orig	2011-07-21 10:53:19.000000000 +0600
+++ configure	2011-07-21 10:17:00.000000000 +0600
@@ -6890,7 +6890,7 @@
 			CFLAGS="-Wall $CFLAGS"
 		;;
                 freebsd*)
-			CFLAGS=?"-Wall $CFLAGS"
+			CFLAGS?="-Wall $CFLAGS"
                 ;;
                 *)
                 ;;
------------------------------------------------------------------------------
5 Ways to Improve & Secure Unified Communications
Unified Communications promises greater efficiencies for business. UC can 
improve internal communications as well as offer faster, more efficient ways
to interact with customers and streamline customer service. Learn more!
http://www.accelacomm.com/jaw/sfnl/114/51426253/
_______________________________________________
icinga-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/icinga-devel

Reply via email to