mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
libpcap: remove useless stripping
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
@@ -19,10 +19,3 @@ LIBPCAP_CONF_ENV:=ac_cv_linux_vers=$(firstword $(subst .,$(space),$(firstword $(
|
||||
LIBPCAP_CONF_OPT:=--disable-yydebug --with-pcap=linux
|
||||
|
||||
$(eval $(call AUTOTARGETS,package,libpcap))
|
||||
|
||||
$(LIBPCAP_HOOK_POST_INSTALL): $(LIBPCAP_TARGET_INSTALL_TARGET)
|
||||
ifeq ($(BR2_PREFER_STATIC_LIB),)
|
||||
$(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $(wildcard $(TARGET_DIR)/usr/lib/libpcap.so*)
|
||||
endif
|
||||
touch $@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user