git: e08f4b70795a - main - graphics/mozjpeg: Mark PIE_UNSAFE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Mar 2024 19:10:20 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=e08f4b70795af194b8094ba81ed02ada3fbd8879 commit e08f4b70795af194b8094ba81ed02ada3fbd8879 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-09 19:10:01 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-09 19:10:01 +0000 graphics/mozjpeg: Mark PIE_UNSAFE --- graphics/mozjpeg/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/graphics/mozjpeg/Makefile b/graphics/mozjpeg/Makefile index f409ea7665ac..7a637e36d6d6 100644 --- a/graphics/mozjpeg/Makefile +++ b/graphics/mozjpeg/Makefile @@ -20,6 +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 TEST_TARGET= test USE_LDCONFIG= yes