Skip to content
This repository has been archived by the owner on Jan 15, 2019. It is now read-only.

Commit

Permalink
fix snprintf in make for Solaris #858
Browse files Browse the repository at this point in the history
fixes #858
  • Loading branch information
Michael Friedrich committed Oct 21, 2010
1 parent 68037e0 commit 3b613ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Changelog
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ ENHANCEMENTS:
FIXES:
* core: corrected wrong implementation of fix #584 - re notification for downtime after icinga restart
* core: fix epn tag for disabling ePN (Yannick Charton) #914
* core: fix snprintf in make for Solaris #858

* classic ui: fix for "Schedule a check of all services on this host" not working properly #895
* classic ui: comment tooltip now show's quotes and back slashes #907
Expand Down
3 changes: 3 additions & 0 deletions base/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,9 @@ xretention-base.o: $(SRC_XDATA)/$(XRDC) $(SRC_XDATA)/$(XRDH)
$(SRC_COMMON)/shared.o: $(SRC_COMMON)/shared.c
$(CC) $(CFLAGS) -c -o $@ $<

$(SRC_COMMON)/snprintf.o: $(SRC_COMMON)/snprintf.c
$(CC) $(CFLAGS) -c -o $@ $<


########## ICINGA ##########

Expand Down

0 comments on commit 3b613ef

Please sign in to comment.