From 5ebc5683545678736b1940243968394ae892b258 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Mon, 26 Oct 2009 19:15:11 +0100 Subject: Revert "libnl: handle all installed libraries" This reverts commit 61901bd74a622450139358ea0c0f37d4568ad570. Turns out the libnl splitup is only needed for the not-released-yet v2.0. Conflicts: CHANGES --- package/libnl/libnl.mk | 4 ---- 1 file changed, 4 deletions(-) (limited to 'package/libnl/libnl.mk') diff --git a/package/libnl/libnl.mk b/package/libnl/libnl.mk index 04bac2dca..1a667468d 100644 --- a/package/libnl/libnl.mk +++ b/package/libnl/libnl.mk @@ -13,14 +13,10 @@ LIBNL_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install $(eval $(call AUTOTARGETS,package,libnl)) $(LIBNL_HOOK_POST_INSTALL): $(LIBNL_TARGET_INSTALL_TARGET) -ifneq ($(BR2_ENABLE_DEBUG),y) $(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/usr/lib/libnl.so* - $(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/usr/lib/libnl-*.so* -endif touch $@ $(LIBNL_TARGET_UNINSTALL): $(call MESSAGE,"Uninstalling") rm -f $(TARGET_DIR)/usr/lib/libnl.so* - rm -f $(TARGET_DIR)/usr/lib/libnl-*.so* rm -f $(LIBNL_TARGET_INSTALL_TARGET) $(LIBNL_HOOK_POST_INSTALL) -- cgit v1.2.3