pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
wine32: Stop Wine from using gethostbyname_r like in linux
Module Name: pkgsrc-wip
Committed By: Naveen Narayanan <zerous@nocebo.space>
Pushed By: zerous
Date: Mon Aug 19 01:14:05 2019 +0200
Changeset: b67fde0bc9f4f11242c4dd2ab5b2b78069e98317
Modified Files:
wine32/Makefile
Log Message:
wine32: Stop Wine from using gethostbyname_r like in linux
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b67fde0bc9f4f11242c4dd2ab5b2b78069e98317
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
wine32/Makefile | 2 ++
1 file changed, 2 insertions(+)
diffs:
diff --git a/wine32/Makefile b/wine32/Makefile
index ed954676ee..39e97c8268 100644
--- a/wine32/Makefile
+++ b/wine32/Makefile
@@ -21,6 +21,8 @@ NOT_PAX_MPROTECT_SAFE+= bin/wine
# XXX: Fix warning due to _FORTIFY_SOURCE being redefined
WINE_ENV+= ac_cv_c_fortify_enabled=no
+# XXX: Stop Wine from using gethostbyname_r like in linux
+WINE_ENV+= wine_cv_linux_gethostbyname_r_6=no
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../graphics/giflib/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index