From: Yu-Ting, Kao <jackzzjack@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] Fix gcrypt library linker option on collectd.
Date: Thu, 29 Dec 2016 13:20:38 +0800 [thread overview]
Message-ID: <1482988838-6777-1-git-send-email-jackzzjack@gmail.com> (raw)
---
package/collectd/collectd.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/collectd/collectd.mk b/package/collectd/collectd.mk
index 28c1b31..c2d6f37 100644
--- a/package/collectd/collectd.mk
+++ b/package/collectd/collectd.mk
@@ -177,6 +177,7 @@ ifeq ($(BR2_PACKAGE_LIBGCRYPT),y)
COLLECTD_DEPENDENCIES += libgcrypt
COLLECTD_CONF_OPTS += --with-libgcrypt=$(STAGING_DIR)/usr
COLLECTD_CONF_ENV += LIBGCRYPT_CONFIG=$(STAGING_DIR)/usr/bin/libgcrypt-config
+COLLECTD_CONF_ENV += LIBS="-lgcrypt"
else
COLLECTD_CONF_OPTS += --with-libgcrypt=no
endif
--
2.4.8
next reply other threads:[~2016-12-29 5:20 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-12-29 5:20 Yu-Ting, Kao [this message]
2017-01-03 19:02 ` [Buildroot] [PATCH 1/1] Fix gcrypt library linker option on collectd Gustavo Zacarias
2017-01-27 8:52 ` Thomas Petazzoni
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1482988838-6777-1-git-send-email-jackzzjack@gmail.com \
--to=jackzzjack@gmail.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox