From c4ed8fb8cbf5c40dfbf5fb08fd4f274f8871a0cd Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Sat, 17 Jun 2023 12:09:16 +0200 Subject: [PATCH] capstone, remove -L option in the recipe (not needed upstream) (#8866) --- dev-util/capstone/capstone5-5.0~rc3.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/capstone/capstone5-5.0~rc3.recipe b/dev-util/capstone/capstone5-5.0~rc3.recipe index bfaea9a57..baaa29692 100644 --- a/dev-util/capstone/capstone5-5.0~rc3.recipe +++ b/dev-util/capstone/capstone5-5.0~rc3.recipe @@ -80,7 +80,7 @@ BUILD() { cmake -Bbuild -S. $cmakeDirArgs -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_BINDIR=$commandBinDir \ - -DBUILD_SHARED_LIBS=ON -L + -DBUILD_SHARED_LIBS=ON make -C build $jobArgs }