openbsd-ports/textproc/icu4c/patches/patch-source_config_mh-bsd-gcc
2016-12-05 16:15:56 +00:00

17 lines
529 B
Plaintext

$OpenBSD: patch-source_config_mh-bsd-gcc,v 1.6 2016/12/05 16:15:56 ajacoutot Exp $
--- source/config/mh-bsd-gcc.orig Wed Jun 15 20:58:17 2016
+++ source/config/mh-bsd-gcc Thu Dec 1 17:22:48 2016
@@ -22,8 +22,11 @@ LIBCPPFLAGS =
LD_RPATH=
LD_RPATH_PRE= -Wl,-rpath,
+## These are the library specific LDFLAGS
+LDFLAGSICUDT=-nodefaultlibs -nostdlib
+
## Compiler switch to embed a library name
-LD_SONAME = -Wl,-soname -Wl,$(notdir $(MIDDLE_SO_TARGET))
+LD_SONAME =
## Shared library options
LD_SOOPTIONS= -Wl,-Bsymbolic