libgpiod: build with pic and used by lcdd

This commit is contained in:
Rudi Heitbaum 2024-12-14 08:52:34 +00:00
parent e0024a1c96
commit f71c39f40e

View File

@ -10,4 +10,6 @@ PKG_URL="https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/snapshot/libg
PKG_DEPENDS_TARGET="toolchain"
PKG_LONGDESC="Tools for interacting with the linux GPIO character device."
PKG_TOOLCHAIN="autotools"
PKG_BUILD_FLAGS="+pic"
PKG_CONFIGURE_OPTS_TARGET="--enable-tools --disable-shared"