Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Dec 2024 08:23:14 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: 6d1a1cc99aad - main - net-im/signal-desktop: mark as PIE_UNSAFE (+)
Message-ID:  <202412130823.4BD8NE0f086001@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=6d1a1cc99aada3016b8da7b16034c3aa1753f281

commit 6d1a1cc99aada3016b8da7b16034c3aa1753f281
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2024-12-13 08:01:07 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2024-12-13 08:22:30 +0000

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

diff --git a/net-im/signal-desktop/Makefile b/net-im/signal-desktop/Makefile
index c46e52c909ba..122c48b6fff9 100644
--- a/net-im/signal-desktop/Makefile
+++ b/net-im/signal-desktop/Makefile
@@ -66,6 +66,8 @@ USE_GL=		gbm gl
 USE_GNOME=	atk cairo gdkpixbuf2 glib20 gtk30 libxml2 libxslt pango
 USE_XORG=	x11 xcb xcomposite xdamage xext xfixes xi xrandr xrender xtst
 
+PIE_UNSAFE=	yes
+
 PACKAGE_ENV=	SIGNAL_ENV=production \
 		npm_config_runtime=electron \
 		npm_config_target=${ELECTRON_VER_MAJOR} \



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