mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
Merge pull request #4279 from equinox0815/collectd-fix-gcrypt-include-path
collectd: fix libgcrypt include dir
This commit is contained in:
@@ -199,7 +199,7 @@ CONFIGURE_ARGS+= \
|
||||
|
||||
ifneq ($(CONFIG_PACKAGE_COLLECTD_ENCRYPTED_NETWORK),)
|
||||
CONFIGURE_ARGS+= \
|
||||
--with-libgcrypt=$(STAGING_DIR)/include
|
||||
--with-libgcrypt=$(STAGING_DIR)/usr/include
|
||||
else
|
||||
CONFIGURE_ARGS+= \
|
||||
--without-libgcrypt
|
||||
|
||||
Reference in New Issue
Block a user