readline: build with shared libs

This commit is contained in:
spycat88
2025-07-28 00:52:13 +01:00
parent 921d3d68a6
commit fc2073f9bb

View File

@@ -0,0 +1,9 @@
# SPDX-License-Identifier: GPL-2.0
# Copyright (C) 2024-present ROCKNIX (https://github.com/ROCKNIX)
. ${ROOT}/packages/devel/readline/package.mk
PKG_CONFIGURE_OPTS_TARGET="bash_cv_wcwidth_broken=no \
--enable-shared \
--disable-static \
--with-curses"