summaryrefslogtreecommitdiffstats
path: root/package/libnl
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2009-10-26 19:15:11 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2009-10-26 19:15:11 +0100
commit5ebc5683545678736b1940243968394ae892b258 (patch)
tree155a83755cfd3da60d6ada87e1a31fecf73b9ebb /package/libnl
parentb2dcab30ce5599902d3fc2e48d685fb75dba2127 (diff)
downloadbuildroot-novena-5ebc5683545678736b1940243968394ae892b258.tar.gz
buildroot-novena-5ebc5683545678736b1940243968394ae892b258.zip
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
Diffstat (limited to 'package/libnl')
-rw-r--r--package/libnl/libnl.mk4
1 files changed, 0 insertions, 4 deletions
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)