mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
force boa to use $(STRIP) vs the host strip. Reported by Thomas Petazzoni on uclibc ml
This commit is contained in:
parent
05d9d7c58b
commit
feb2dd9754
@ -59,7 +59,7 @@ $(BOA_WORKDIR)/.installed: $(BOA_WORKDIR)/src/boa $(BOA_WORKDIR)/src/boa_indexer
|
|||||||
mkdir -p $(TARGET_DIR)/etc/boa
|
mkdir -p $(TARGET_DIR)/etc/boa
|
||||||
cp -f package/boa/boa.conf $(TARGET_DIR)/etc/boa
|
cp -f package/boa/boa.conf $(TARGET_DIR)/etc/boa
|
||||||
cp -f package/boa/mime.types $(TARGET_DIR)/etc/mime.types
|
cp -f package/boa/mime.types $(TARGET_DIR)/etc/mime.types
|
||||||
strip --strip-all $(TARGET_DIR)/usr/sbin/boa $(TARGET_DIR)/usr/lib/boa/boa_indexer
|
$(STRIP) --strip-all $(TARGET_DIR)/usr/sbin/boa $(TARGET_DIR)/usr/lib/boa/boa_indexer
|
||||||
touch $(BOA_WORKDIR)/.installed
|
touch $(BOA_WORKDIR)/.installed
|
||||||
|
|
||||||
boa: uclibc $(BOA_WORKDIR)/.installed
|
boa: uclibc $(BOA_WORKDIR)/.installed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user