mirror of
https://git.freebsd.org/ports.git
synced 2025-06-11 15:50:33 -04:00
-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.
10 lines
269 B
Text
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
|