mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
apcupsd: add cgi module
Signed-off-by: Othmar Truniger <github@truniger.ch>
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
diff --git a/autoconf/variables.mak.in b/autoconf/variables.mak.in
|
||||
index b67e467..6022434 100644
|
||||
--- a/autoconf/variables.mak.in
|
||||
+++ b/autoconf/variables.mak.in
|
||||
@@ -65,7 +65,7 @@ DRVLIBS = @PTHREAD_LFLAGS@ @DRVLIBS@
|
||||
X_LIBS = @X_LIBS@
|
||||
X_EXTRA_LIBS = @X_EXTRA_LIBS@
|
||||
|
||||
-CPPFLAGS = @CPPFLAGS@ -I$(topdir)/include $(EXTRAINCS)
|
||||
+CPPFLAGS = -I$(topdir)/include @CPPFLAGS@ $(EXTRAINCS)
|
||||
CFLAGS = $(CPPFLAGS) @CFLAGS@ @PTHREAD_CFLAGS@
|
||||
CXXFLAGS = $(CPPFLAGS) @CXXFLAGS@ @PTHREAD_CFLAGS@
|
||||
LDFLAGS = @LDFLAGS@
|
||||
Reference in New Issue
Block a user