From d5174227c4ab5ec2e269e5b8550869590f1fa5c3 Mon Sep 17 00:00:00 2001 From: pancake Date: Sun, 12 Sep 2021 10:10:17 +0200 Subject: [PATCH] Blind fix for the radare2 pkg The shlr lib is not suposed to be installed in the system, and the list after prepareInstalledDevelLibs was incomplete. i just updated this, is the CI going to verify that im not pushing something wrong? i dont have time for testing or learning how to build ports from haiku right now, so i would appreicate some help/feedback here if needed. thanks --- dev-util/radare2/radare2-5.4.0.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/radare2/radare2-5.4.0.recipe b/dev-util/radare2/radare2-5.4.0.recipe index 997601928..ca02f266a 100644 --- a/dev-util/radare2/radare2-5.4.0.recipe +++ b/dev-util/radare2/radare2-5.4.0.recipe @@ -277,7 +277,7 @@ INSTALL() mv $prefix/data/radare2 $docDir rm -rf $prefix/share - prepareInstalledDevelLibs libr_shlr libr_anal libr_asm libr_bin \ + prepareInstalledDevelLibs libr_anal libr_asm libr_bin libr_debug libr_main \ libr_bp libr_config libr_cons libr_core libr_crypto libr_debug libr_egg \ libr_flag libr_fs libr_hash libr_io libr_lang libr_magic libr_parse \ libr_reg libr_search libr_socket libr_syscall libr_util