Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 482026 | Differences between
and this patch

Collapse All | Expand All

(-)src/Makefile.am (-3 / +3 lines)
Lines 54-62 Link Here
54
54
55
livecheck$(EXEEXT): livecheck.c strutil.c check_icmp.c 
55
livecheck$(EXEEXT): livecheck.c strutil.c check_icmp.c 
56
if HAVE_DIET
56
if HAVE_DIET
57
	diet -v $(CC) -Wno-deprecated-declarations $(CFLAGS) $(LDFLAGS) -I.. -s -o $@ $^
57
	diet -v $(CC) -Wno-deprecated-declarations $(CFLAGS) $(LDFLAGS) -I.. -o $@ $^
58
else
58
else
59
	$(CC) -x c -Wno-deprecated-declarations $(CFLAGS) $(LDFLAGS) -I.. -s -o $@ $^
59
	$(CC) -x c -Wno-deprecated-declarations $(CFLAGS) $(LDFLAGS) -I.. -o $@ $^
60
endif
60
endif
61
61
62
livestatus_so_CXXFLAGS = -I$(top_srcdir)/nagios -fPIC
62
livestatus_so_CXXFLAGS = -I$(top_srcdir)/nagios -fPIC
Lines 64-70 Link Here
64
64
65
livestatus.o: $(livestatus_so_OBJECTS) $(livestatus_so_DEPENDENCIES)
65
livestatus.o: $(livestatus_so_OBJECTS) $(livestatus_so_DEPENDENCIES)
66
	-rm -f plugin.so
66
	-rm -f plugin.so
67
	$(CXX) $(LDFLAGS) -s -fPIC -shared $(livestatus_so_OBJECTS) -o $@ -lpthread -lstdc++
67
	$(CXX) $(LDFLAGS) -fPIC -shared $(livestatus_so_OBJECTS) -o $@ -lpthread -lstdc++
68
68
69
all-local: livestatus.o
69
all-local: livestatus.o
70
70

Return to bug 482026