mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
Wireshark: add arch suffix for cmd:strip
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user