[Bug 195077] New: [patch] net-mgmt/icinga: fix cflags

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Nov 16 19:24:17 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195077

            Bug ID: 195077
           Summary: [patch] net-mgmt/icinga: fix cflags
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: lme at FreeBSD.org
          Reporter: m.tsatsenko at gmail.com
          Assignee: lme at FreeBSD.org
             Flags: maintainer-feedback?(lme at FreeBSD.org)

icinga fails to build with following error:
===>  Building for icinga-1.11.7
gmake[2]: Entering directory '/usr/ports/net-mgmt/icinga/work/icinga-1.11.7'
gmake -C ./base
gmake[3]: Entering directory
'/usr/ports/net-mgmt/icinga/work/icinga-1.11.7/base'
cc -Wall -O2 -pipe -march=nocona -fstack-protector -fno-strict-aliasing
-DHAVE_CONFIG_H -DNSCORE -I/usr/local/include  -c -o broker.o broker.c
cc -Wall -O2 -pipe -march=nocona -fstack-protector -fno-strict-aliasing
-DHAVE_CONFIG_H -DNSCORE -I/usr/local/include  -c -o nebmods.o nebmods.c
cc -Wall -O2 -pipe -march=nocona -fstack-protector -fno-strict-aliasing
-DHAVE_CONFIG_H -DNSCORE -c -o ../common/shared.o ../common/shared.c
In file included from ../common/shared.c:26:
../common/../include/config.h:342:10: fatal error: 'ltdl.h' file not found


Patch is trivial:
+CFLAGS+=        -I${LOCALBASE}/include

--- Comment #1 from Bugzilla Automation <bugzilla at FreeBSD.org> ---
Auto-assigned to maintainer lme at FreeBSD.org

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list