Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Dec 2024 08:23:02 GMT
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 52a92724d059 - main - emulators/wine: mark as PIE_UNSAFE (+)
Message-ID:  <202412130823.4BD8N2bF085464@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fluffy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=52a92724d059586ac7bdd255664b74a46c586830

commit 52a92724d059586ac7bdd255664b74a46c586830
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2024-12-13 07:52:13 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2024-12-13 08:22:23 +0000

    emulators/wine: mark as PIE_UNSAFE (+)
    
    Reported by:    bulk -t
    
    Approved by:    portmgr (blanket)
    
    Sponsored by:   Future Crew, LLC
---
 emulators/wine/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile
index 94a1616bbd0a..f1d4a9312516 100644
--- a/emulators/wine/Makefile
+++ b/emulators/wine/Makefile
@@ -67,6 +67,8 @@ BINARY_ALIAS+=	clang=${LOCALBASE}/bin/clang${LLVM_VERSION} \
 
 SUB_FILES=	pkg-message
 
+PIE_UNSAFE=	yes
+
 PORTDATA=	wine.inf
 
 OPTIONS_DEFINE=	CUPS DOCS DOSBOX GNUTLS V4L WINEMAKER X11 GECKO MONO



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412130823.4BD8N2bF085464>