pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
wine32: Disable new_dtags as NetBSD -stable doesn't honor DT_RUNPATH
- To: pkgsrc-wip-changes%NetBSD.org@localhost
 
- Subject: wine32: Disable new_dtags as NetBSD -stable doesn't honor DT_RUNPATH
 
- From: Naveen Narayanan <zerous@nocebo.space>
 
- Date: Sun, 25 Aug 2019 16:23:39 +0000
 
Module Name:	pkgsrc-wip
Committed By:	Naveen Narayanan <zerous@nocebo.space>
Pushed By:	zerous
Date:		Sun Aug 25 18:23:39 2019 +0200
Changeset:	4682fb6492df9c3853dd9943221cc2fd904b6f13
Modified Files:
	wine32/Makefile
Log Message:
wine32: Disable new_dtags as NetBSD -stable doesn't honor DT_RUNPATH
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4682fb6492df9c3853dd9943221cc2fd904b6f13
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
 wine32/Makefile | 3 +++
 1 file changed, 3 insertions(+)
diffs:
diff --git a/wine32/Makefile b/wine32/Makefile
index cedf954352..b4cdf65aeb 100644
--- a/wine32/Makefile
+++ b/wine32/Makefile
@@ -20,6 +20,9 @@ NOT_PAX_MPROTECT_SAFE+=	bin/wine
 # XXX: Fix warning due to _FORTIFY_SOURCE being redefined
 CONFIGURE_ENV+=		ac_cv_c_fortify_enabled=no
 
+# XXX: Disable new_dtags as NetBSD -stable doesn't honor DT_RUNPATH
+CONFIGURE_ENV+=         ac_cv_cflags__Wl___enable_new_dtags=no
+
 # XXX: Stop Wine from using gethostbyname_r like in linux
 CONFIGURE_ENV+=		wine_cv_linux_gethostbyname_r_6=no
 
Home |
Main Index |
Thread Index |
Old Index