wine32/64/64-dev: Update comment associated with disabling new_dtags

This commit is contained in:
Naveen Narayanan 2019-08-26 02:06:26 +02:00
parent af32dc6b8b
commit 311c305bf8
3 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@ 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
# XXX: Disable new_dtags as NetBSD versions prior to 9.0 don't honor DT_RUNPATH
CONFIGURE_ENV+= ac_cv_cflags__Wl___enable_new_dtags=no
# XXX: Stop Wine from using gethostbyname_r like in linux

View File

@ -24,7 +24,7 @@ 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
# XXX: Disable new_dtags as NetBSD versions prior to 9.0 don't honor DT_RUNPATH
WINE_ENV+= ac_cv_cflags__Wl___enable_new_dtags=no
# XXX: Stop Wine from gethostbyname_r like in linux

View File

@ -24,7 +24,7 @@ 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
# XXX: Disable new_dtags as NetBSD versions prior to 9.0 don't honor DT_RUNPATH
WINE_ENV+= ac_cv_cflags__Wl___enable_new_dtags=no
# XXX: Stop Wine from using gethostbyname_r like in linux