pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
wine64-dev: Disable new_dtags as NetBSD -stable doesn't honor DT_RUNPATH
- To: pkgsrc-wip-changes%NetBSD.org@localhost
- Subject: wine64-dev: Disable new_dtags as NetBSD -stable doesn't honor DT_RUNPATH
- From: Naveen Narayanan <zerous@nocebo.space>
- Date: Sun, 25 Aug 2019 22:03:40 +0000
Module Name: pkgsrc-wip
Committed By: Naveen Narayanan <zerous@nocebo.space>
Pushed By: zerous
Date: Mon Aug 26 00:03:40 2019 +0200
Changeset: af32dc6b8b27ac01b6b951ce96246b11e6120d12
Modified Files:
wine64-dev/Makefile
Log Message:
wine64-dev: 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=af32dc6b8b27ac01b6b951ce96246b11e6120d12
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
wine64-dev/Makefile | 3 +++
1 file changed, 3 insertions(+)
diffs:
diff --git a/wine64-dev/Makefile b/wine64-dev/Makefile
index 33260fbb5c..84252c521b 100644
--- a/wine64-dev/Makefile
+++ b/wine64-dev/Makefile
@@ -24,6 +24,9 @@ WINE32_ENV= CFLAGS+=-m32
# XXX: Fix warning due to _FORTIFY_SOURCE being redefined
WINE_ENV= ac_cv_c_fortify_enabled=no
+# XXX: Disable new_dtags as NetBSD -stable doesn't honor DT_RUNPATH
+WINE_ENV+= ac_cv_cflags__Wl___enable_new_dtags=no
+
# XXX: Stop Wine from gethostbyname_r like in linux
WINE_ENV+= wine_cv_linux_gethostbyname_r_6=no
Home |
Main Index |
Thread Index |
Old Index