From 876489f1783e15ba6083ab9e687365ed663f94cf Mon Sep 17 00:00:00 2001 From: Zoe Knox Date: Wed, 8 May 2024 12:45:46 +0000 Subject: [PATCH] Skip dyld PoC build for now Removed dyld from the libexec build. It is broken with the latest upstream merge, missing symbols for interposing libc, libsys. This is old code and not used, so no harm done. --- libexec/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/libexec/Makefile b/libexec/Makefile index 5463d04f716e..9086dc99124d 100644 --- a/libexec/Makefile +++ b/libexec/Makefile @@ -7,7 +7,6 @@ SUBDIR= ${_atf} \ ${_blacklistd-helper} \ ${_comsat} \ ${_dma} \ - dyld \ flua \ getty \ launchproxy \