8103eadcb9
- thanks ajacoutot@ for looking over the scripts - note that there has been some major work on apcsmart; in the event of problems the old driver is still available as apcsmart-old
18 lines
820 B
Plaintext
18 lines
820 B
Plaintext
$OpenBSD: patch-clients_Makefile_in,v 1.14 2011/09/19 15:59:57 sthen Exp $
|
|
--- clients/Makefile.in.orig Thu Sep 15 12:33:21 2011
|
|
+++ clients/Makefile.in Mon Sep 19 09:22:02 2011
|
|
@@ -375,10 +375,12 @@ upsmon_SOURCES = upsmon.c upsmon.h upsclient.h
|
|
upssched_SOURCES = upssched.c upssched.h
|
|
upssched_LDADD = ../common/libcommon.la ../common/libparseconf.la $(NETLIBS)
|
|
upsimage_cgi_SOURCES = upsimage.c upsclient.h upsimagearg.h cgilib.c cgilib.h
|
|
-upsimage_cgi_LDADD = $(LDADD) $(LIBGD_LDFLAGS)
|
|
+upsimage_cgi_LDADD = $(LDADD) $(LIBGD_LDFLAGS) -all-static
|
|
upsset_cgi_SOURCES = upsset.c upsclient.h cgilib.c cgilib.h
|
|
+upsset_cgi_LDADD = $(LDADD) -all-static
|
|
upsstats_cgi_SOURCES = upsstats.c upsclient.h status.h upsstats.h \
|
|
upsimagearg.h cgilib.c cgilib.h
|
|
+upsstats_cgi_LDADD = $(LDADD) -all-static
|
|
|
|
|
|
# not LDADD.
|