mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
collectd: fix libgcrypt include dir
Signed-off-by: Christian Pointner <equinox@spreadspace.org>
This commit is contained in:
@@ -199,7 +199,7 @@ CONFIGURE_ARGS+= \
|
|||||||
|
|
||||||
ifneq ($(CONFIG_PACKAGE_COLLECTD_ENCRYPTED_NETWORK),)
|
ifneq ($(CONFIG_PACKAGE_COLLECTD_ENCRYPTED_NETWORK),)
|
||||||
CONFIGURE_ARGS+= \
|
CONFIGURE_ARGS+= \
|
||||||
--with-libgcrypt=$(STAGING_DIR)/include
|
--with-libgcrypt=$(STAGING_DIR)/usr/include
|
||||||
else
|
else
|
||||||
CONFIGURE_ARGS+= \
|
CONFIGURE_ARGS+= \
|
||||||
--without-libgcrypt
|
--without-libgcrypt
|
||||||
|
|||||||
Reference in New Issue
Block a user