pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/platform MirBSD: remove -fvisibility=hidden until t...
details: https://anonhg.NetBSD.org/pkgsrc/rev/1e880d1861e8
branches: trunk
changeset: 632208:1e880d1861e8
user: bsiegert <bsiegert%pkgsrc.org@localhost>
date: Wed Mar 19 16:44:08 2014 +0000
description:
MirBSD: remove -fvisibility=hidden until there is a version of gcc that
supports it.
diffstat:
mk/platform/MirBSD.mk | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r 494b0aa8240b -r 1e880d1861e8 mk/platform/MirBSD.mk
--- a/mk/platform/MirBSD.mk Wed Mar 19 16:17:50 2014 +0000
+++ b/mk/platform/MirBSD.mk Wed Mar 19 16:44:08 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: MirBSD.mk,v 1.9 2013/04/28 12:53:56 obache Exp $
+# $NetBSD: MirBSD.mk,v 1.10 2014/03/19 16:44:08 bsiegert Exp $
#
# Variable definitions for the MirOS BSD operating system.
@@ -45,7 +45,9 @@
_PATCH_BACKUP_ARG?= -V simple -z # switch to patch(1) for backup suffix
_USE_RPATH= yes # add rpath to LDFLAGS
-BUILDLINK_TRANSFORM+= rm:-ldl # libdl.a is an empty static library
+BUILDLINK_TRANSFORM+= rm:-ldl # libdl.a is an empty static library
+BUILDLINK_TRANSFORM+= rm:-fvisibility=hidden # at least until there is a newer gcc
+
# flags passed to the linker to extract all symbols from static archives.
# this is GNU ld.
Home |
Main Index |
Thread Index |
Old Index