Commit b64a06d7 authored by Baruch Siach's avatar Baruch Siach Committed by Thomas Petazzoni
Browse files

knock: fix static build

parent 11fda428
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -10,4 +10,8 @@ KNOCK_LICENSE = GPLv2+
KNOCK_LICENSE_FILES = COPYING
KNOCK_DEPENDENCIES = libpcap

ifeq ($(BR2_PREFER_STATIC_LIB),y)
KNOCK_CONF_OPT = LIBS="$(shell $(STAGING_DIR)/usr/bin/pcap-config --static --additional-libs)"
endif

$(eval $(autotools-package))