On Thu, Feb 02, 2017 at 04:14:08PM +0200, Adrian Bunk wrote:
> On Thu, Feb 02, 2017 at 01:59:40PM +0100, Helmut Grohne wrote:
> >...
> > +- install -s -m 755 -o root -g root mpage$(E) $(DESTDIR)/usr/bin
> > ++ $(INSTALL) -s -m 755 -o root -g root mpage$(E) $(DESTDIR)/usr/bin
> >...
>
> Wouldn't
On Thu, Feb 02, 2017 at 01:59:40PM +0100, Helmut Grohne wrote:
>...
> +-install -s -m 755 -o root -g root mpage$(E) $(DESTDIR)/usr/bin
> ++$(INSTALL) -s -m 755 -o root -g root mpage$(E) $(DESTDIR)/usr/bin
>...
Wouldn't just removing the -s here be the oneliner change to fix the
whole bug?
Source: mpage
Version: 2.5.6+dfsg-1
Tags: patch
User: helm...@debian.org
Usertags: rebootstrap
mpage fails to cross build from source, because make install uses
"install -s", which uses the build architecture strip and thus fails
operating on host architecture objects. Stripping before dh_strip al
3 matches
Mail list logo