Browse Source

Patch for Mac OS X compile (652080 - Ton Voon)

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@284 f882894a-f735-0410-b71e-b25c423dba1c
Ton Voon 23 năm trước cách đây
mục cha
commit
1a1403e4b9
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      plugins/Makefile.am

+ 1 - 0
plugins/Makefile.am

@@ -129,6 +129,7 @@ snprintf.o: snprintf.c
 
 libgetopt.a: getopt.o getopt1.o
 	$(AR) -r $@ getopt.o getopt1.o
+	$(RANLIB) $@
 
 libsnprintf.a: snprintf.o
 	$(AR) -r $@ snprintf.o