git: 6c9a5ff77503 - main - graphics/mozjpeg: Remove PIE_UNSAFE after b40aa97071012f71a9c8937ef41d3153f070243f
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 16 May 2024 06:30:01 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=6c9a5ff77503a0e3216d2afe20f47be024a0b80c commit 6c9a5ff77503a0e3216d2afe20f47be024a0b80c Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-05-16 06:17:32 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-05-16 06:21:56 +0000 graphics/mozjpeg: Remove PIE_UNSAFE after b40aa97071012f71a9c8937ef41d3153f070243f --- graphics/mozjpeg/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/mozjpeg/Makefile b/graphics/mozjpeg/Makefile index 7a637e36d6d6..0e1b0fecf098 100644 --- a/graphics/mozjpeg/Makefile +++ b/graphics/mozjpeg/Makefile @@ -20,7 +20,7 @@ USES= cmake cpe pathfix CMAKE_ARGS= -DCMAKE_INSTALL_MANDIR=${PREFIX}/share/man CMAKE_OFF= REQUIRE_SIMD WITH_12BIT WITH_ARITH_DEC WITH_ARITH_ENC WITH_FUZZ WITH_JAVA WITH_JPEG7 CMAKE_ON= ENABLE_SHARED ENABLE_STATIC FORCE_INLINE PNG_SUPPORTED WITH_JPEG8 WITH_MEM_SRCDST WITH_SIMD WITH_TURBOJPEG -PIE_UNSAFE= yes +#PIE_UNSAFE= yes TEST_TARGET= test USE_LDCONFIG= yes