80701d3484
- Update to 0.9.8 - Switch to fetch from GitHub because they don't provide tarballs anymore - Fix portlint warnings - Fix some GNUisms (cp -t) - Fix compile error when RTF_CLONING is not defined PR: 240563 Submitted by: myself Approved by: Nikola Kolev <koue@chaosophia.net> (maintainer) MFH: 2019Q4
10 lines
233 B
Text
10 lines
233 B
Text
--- lib/httpinfo/Makefile.orig 2019-08-11 08:09:47 UTC
|
|
+++ lib/httpinfo/Makefile
|
|
@@ -54,7 +54,6 @@ endif
|
|
|
|
LDFLAGS += -lm
|
|
|
|
-OBJS += $(TOPDIR)/src/cfgparser/cfgfile_gen.o
|
|
|
|
default_target: $(PLUGIN_FULLNAME)
|
|
ifdef ADMIN_INTERFACE
|