summaryrefslogtreecommitdiffstats
path: root/package/ptpd2/ptpd2.mk
diff options
context:
space:
mode:
Diffstat (limited to 'package/ptpd2/ptpd2.mk')
-rw-r--r--package/ptpd2/ptpd2.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/ptpd2/ptpd2.mk b/package/ptpd2/ptpd2.mk
index 6a6ae6092e..a4e965482d 100644
--- a/package/ptpd2/ptpd2.mk
+++ b/package/ptpd2/ptpd2.mk
@@ -14,14 +14,14 @@ PTPD2_LICENSE = BSD-2c
PTPD2_LICENSE_FILES = COPYRIGHT
ifeq ($(BR2_PREFER_STATIC_LIB),y)
- PTPD2_CONF_OPT += LIBS="$(shell $(STAGING_DIR)/usr/bin/pcap-config --static --additional-libs)"
+ PTPD2_CONF_OPTS += LIBS="$(shell $(STAGING_DIR)/usr/bin/pcap-config --static --additional-libs)"
endif
ifeq ($(BR2_PACKAGE_NETSNMP),y)
PTPD2_CONF_ENV += ac_cv_path_PATH_NET_SNMP_CONFIG=$(STAGING_DIR)/usr/bin/net-snmp-config
PTPD2_DEPENDENCIES += netsnmp
else
- PTPD2_CONF_OPT += --disable-snmp
+ PTPD2_CONF_OPTS += --disable-snmp
endif
define PTPD2_INSTALL_INIT_SYSV
OpenPOWER on IntegriCloud