mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
readline: build with shared libs
This commit is contained in:
9
projects/ROCKNIX/packages/devel/readline/package.mk
Normal file
9
projects/ROCKNIX/packages/devel/readline/package.mk
Normal 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"
|
||||
Reference in New Issue
Block a user