pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/platform mk/platform: Remove old SunOS --rpath tran...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cb1164688407
branches:  trunk
changeset: 388556:cb1164688407
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Tue Nov 22 16:57:31 2022 +0000

description:
mk/platform: Remove old SunOS --rpath transformation.

This is already handled in cwrappers, if necessary.

diffstat:

 mk/platform/SunOS.mk |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (19 lines):

diff -r 6914afa9693f -r cb1164688407 mk/platform/SunOS.mk
--- a/mk/platform/SunOS.mk      Tue Nov 22 14:52:43 2022 +0000
+++ b/mk/platform/SunOS.mk      Tue Nov 22 16:57:31 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: SunOS.mk,v 1.86 2022/11/21 18:25:54 jperkin Exp $
+# $NetBSD: SunOS.mk,v 1.87 2022/11/22 16:57:31 jperkin Exp $
 #
 # Variable definitions for the SunOS/Solaris operating system.
 
@@ -83,9 +83,6 @@
 _PATCH_BACKUP_ARG?=    -b -V simple -z # switch to patch(1) for backup suffix
 _USE_RPATH=            yes             # add rpath to LDFLAGS
 
-# Convert GNU ld flags to native SunOS ld flags where possible.
-BUILDLINK_TRANSFORM+=  opt:-Wl,--rpath:-Wl,-R
-
 # Remove GCC-specific flags if using clang
 .if ${PKGSRC_COMPILER} == "clang"
 BUILDLINK_TRANSFORM+=  rm:-mimpure-text



Home | Main Index | Thread Index | Old Index