Source: xbanish
Version: 1.7-1.1
Tags: patch
User: [email protected]
Usertags: ftcbfs

Hi,

xbanish does not cross build because it uses host's strip via "install -s". 
Defaulting to install fixes the situation.
The patch is attached with the bug. Please consider to apply this and upload.

Nilesh

--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@
 BINDIR	?= $(PREFIX)/bin
 MANDIR	?= $(PREFIX)/share/man/man1
 
-INSTALL_PROGRAM ?= install -s
+INSTALL_PROGRAM ?= install
 INSTALL_DATA ?= install
 
 X11BASE	?= /usr/X11R6

Reply via email to