package/clixon: prevent host install from stripping .so files

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
Joachim Wiberg
2023-02-28 11:34:59 +01:00
parent bc7b366c85
commit 7537e7e263
+2
View File
@@ -11,6 +11,8 @@ CLIXON_LICENSE_FILES = LICENSE.md
CLIXON_INSTALL_STAGING = YES
CLIXON_DEPENDENCIES = cligen #libcurl libxml2
CLIXON_CONF_OPTS = INSTALLFLAGS=" "
# autotools-package.mk dutifully sets sysconfdir to /etc, but
# unfortunately clixon uses a hard-coded default location of
# /usr/local/etc/clixon.xml unless this option is specified.