mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 05:36:32 +00:00
gperf: strip target binary
This commit is contained in:
parent
6b539be71b
commit
0a934f1c30
@ -20,3 +20,7 @@ GPERF_DEPENDENCIES = uclibc
|
|||||||
|
|
||||||
$(eval $(call AUTOTARGETS,package,gperf))
|
$(eval $(call AUTOTARGETS,package,gperf))
|
||||||
|
|
||||||
|
$(GPERF_HOOK_POST_INSTALL): $(TARGET_DIR)/usr/bin/gperf
|
||||||
|
$(STRIPCMD) $(STRIP_STRIP_ALL) $^
|
||||||
|
touch $@
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user