summaryrefslogtreecommitdiffstats
path: root/package/ptpd2
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2016-01-27 10:38:21 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-01-27 21:38:00 +0100
commit8371990ed3fbfab9d3e40cb637aa34810ba0bfe8 (patch)
tree7c223366e1b930f7644a2dd274f03efa3482b1b3 /package/ptpd2
parent77dd34bc795cad4163476426db0e3fda51d1c67d (diff)
downloadbuildroot-8371990ed3fbfab9d3e40cb637aa34810ba0bfe8.tar.gz
buildroot-8371990ed3fbfab9d3e40cb637aa34810ba0bfe8.zip
ptpd2: explicitly point to pcap-config
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> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/ptpd2')
-rw-r--r--package/ptpd2/ptpd2.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/ptpd2/ptpd2.mk b/package/ptpd2/ptpd2.mk
index c86db7eaf2..da6a10684b 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
OpenPOWER on IntegriCloud