ports/net/olsrd/files/patch-lib-httpinfo-Makefile
Tijl Coosemans c442fd7e9c - Remove -fPIC and address the problem where a .o file compiled without
-fPIC is being linked into a shared library.  Copy the corresponding
  .c file into the shared library src directory such that it is compiled
  a second time with -fPIC.
- Enable verbose build.
- Add a patch to sync Makefile.fbsd with Makefile.linux.
2017-02-14 22:24:59 +00:00

10 lines
269 B
Text

--- lib/httpinfo/Makefile.orig 2016-11-22 19:39:42 UTC
+++ lib/httpinfo/Makefile
@@ -52,7 +52,6 @@ ifdef ADMIN_INTERFACE
CPPFLAGS += -DADMIN_INTERFACE
endif
-OBJS += $(TOPDIR)/src/cfgparser/cfgfile_gen.o
default_target: $(PLUGIN_FULLNAME)
ifdef ADMIN_INTERFACE