summaryrefslogtreecommitdiffstats
path: root/package/fuse
diff options
context:
space:
mode:
authorPeter Korsgaard2008-07-10 12:11:47 +0200
committerPeter Korsgaard2008-07-10 12:11:47 +0200
commitb53febd82af656320abf3f06dadb080ae9a078ca (patch)
treec1fd426ee508f5bc2521ccf4a8515b420d136ff9 /package/fuse
parentfuse: don't build kernel module (diff)
downloadbuildroot-b53febd82af656320abf3f06dadb080ae9a078ca.tar.gz
buildroot-b53febd82af656320abf3f06dadb080ae9a078ca.tar.xz
buildroot-b53febd82af656320abf3f06dadb080ae9a078ca.zip
fuse: strip binaries/libs in target
Diffstat (limited to 'package/fuse')
-rw-r--r--package/fuse/libfuse.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/fuse/libfuse.mk b/package/fuse/libfuse.mk
index 540e20251..e11ec9a05 100644
--- a/package/fuse/libfuse.mk
+++ b/package/fuse/libfuse.mk
@@ -56,8 +56,9 @@ $(TARGET_DIR)/usr/lib/libfuse.so: $(STAGING_DIR)/usr/lib/libfuse.so
mkdir -p $(TARGET_DIR)/usr/lib
mkdir -p $(TARGET_DIR)/usr/bin
cp -dpf $(STAGING_DIR)/usr/bin/fusermount $(TARGET_DIR)/usr/bin/
+ $(STRIPCMD) $(STRIP_STRIP_ALL) $(TARGET_DIR)/usr/bin/fusermount
cp -dpf $(STAGING_DIR)/usr/lib/libfuse.so.* $(TARGET_DIR)/usr/lib/
-# cp -dpf $(STAGING_DIR)/lib/modules/(uname-r)/kernel/fs/fuse/fuse.pc $(TARGET_DIR)/usr/lib/
+ $(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/usr/lib/libfuse.so.*
touch -c $@
libfuse: uclibc $(TARGET_DIR)/usr/lib/libfuse.so