* [Buildroot] [PATCH] ptpd2: explicitly point to pcap-config
@ 2016-01-27 13:38 Gustavo Zacarias
2016-01-27 20:38 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Gustavo Zacarias @ 2016-01-27 13:38 UTC (permalink / raw)
To: buildroot
Otherwise it will search in the usual places, and if the host has
it it will try to build against that one, resulting in failure. Fixes:
http://autobuild.buildroot.net/results/b39/b399ee830de587e3302f86ac0caadd2607c6c43c/
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
package/ptpd2/ptpd2.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/ptpd2/ptpd2.mk b/package/ptpd2/ptpd2.mk
index c86db7e..da6a106 100644
--- a/package/ptpd2/ptpd2.mk
+++ b/package/ptpd2/ptpd2.mk
@@ -7,6 +7,7 @@
PTPD2_VERSION = ptpd-2.3.1
PTPD2_SITE = $(call github,ptpd,ptpd,$(PTPD2_VERSION))
PTPD2_DEPENDENCIES = libpcap
+PTPD2_CONF_OPTS = --with-pcap-config=$(STAGING_DIR)/usr/bin/pcap-config
# configure not shipped
PTPD2_AUTORECONF = YES
PTPD2_LICENSE = BSD-2c
--
2.4.10
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] ptpd2: explicitly point to pcap-config
2016-01-27 13:38 [Buildroot] [PATCH] ptpd2: explicitly point to pcap-config Gustavo Zacarias
@ 2016-01-27 20:38 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2016-01-27 20:38 UTC (permalink / raw)
To: buildroot
Dear Gustavo Zacarias,
On Wed, 27 Jan 2016 10:38:21 -0300, Gustavo Zacarias wrote:
> Otherwise it will search in the usual places, and if the host has
> it it will try to build against that one, resulting in failure. Fixes:
> http://autobuild.buildroot.net/results/b39/b399ee830de587e3302f86ac0caadd2607c6c43c/
>
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
> package/ptpd2/ptpd2.mk | 1 +
> 1 file changed, 1 insertion(+)
Applied, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-01-27 20:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-27 13:38 [Buildroot] [PATCH] ptpd2: explicitly point to pcap-config Gustavo Zacarias
2016-01-27 20:38 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox