Wireshark: add arch suffix for cmd:strip

This commit is contained in:
Sergei Reznikov
2015-11-18 22:13:20 +03:00
parent cfce5c33ed
commit 7c5f50d191

View File

@@ -65,7 +65,7 @@ BUILD_PREREQUIRES="
cmd:make
cmd:pkg_config$secondaryArchSuffix
cmd:python
cmd:strip
cmd:strip$secondaryArchSuffix
"
BUILD()
@@ -81,7 +81,7 @@ BUILD()
INSTALL()
{
# disable install-data-local rulse as it breaks the build
# disable install-data-local rule as it breaks the build
sed -i 's/install-data-am: install-data-local/install-data-am: /g' Makefile
make install-strip