Print this page
OS-3330 NTP should ship with CTF data
OS-3331 OpenLLDP should ship with CTF data
*** 24,40 ****
--- 24,54 ----
VER = openlldp-0.4alpha
PATCHES = Patches/*
include ../Makefile.defs
+
+ CFLAGS += \
+ -gdwarf-2 \
+ -fno-inline-functions \
+ -fno-inline-functions-called-once \
+ -fno-inline-small-functions
+
include ../Makefile.targ
+ CTF_PROGRAMS_USR_SBIN = \
+ lldpd \
+ lldpneighbors
+
+ CTF_PROGRAMS = $(CTF_PROGRAMS_USR_SBIN:%=/usr/sbin/%)
+
all: all_autoconf
install: all
mkdir -p $(DESTDIR)/usr/sbin
rm -f $(DESTDIR)/usr/sbin/lldpd
rm -f $(DESTDIR)/usr/sbin/lldpneighbors
rm -f $(DESTDIR)/lib/svc/manifest/network/lldpd.xml
install -s -m 555 -f $(DESTDIR)/usr/sbin $(VER.32)/src/lldpd
install -s -m 555 -f $(DESTDIR)/usr/sbin $(VER.32)/src/lldpneighbors
install -s -m 444 -f $(DESTDIR)/lib/svc/manifest/network lldpd.xml
+ $(MAKE_CTF.32) $(CTF_PROGRAMS)