mirror of
https://git.freebsd.org/ports.git
synced 2025-05-15 16:51:52 -04:00
10 lines
360 B
Text
10 lines
360 B
Text
--- cpp/test/Ice/background/Makefile.orig 2019-08-12 19:54:18 UTC
|
|
+++ cpp/test/Ice/background/Makefile
|
|
@@ -47,6 +47,7 @@ include $(top_srcdir)/config/Make.rules
|
|
|
|
CPPFLAGS := -I. -I../../include -I../../../src $(CPPFLAGS) $(NO_DEPRECATED_FLAGS)
|
|
LINKWITH := $(BZIP2_RPATH_LINK) -lIce -lIceUtil
|
|
+LDFLAGS := $(LDFLAGS) -Wl,-E
|
|
|
|
$(CLIENT): $(COBJS)
|
|
rm -f $@
|