Source: lz4
Version: 0.0~r114-2
Severity: important
Tags: patch
User: [email protected]
Usertags: hurd

Hello,

lz4 currently FTBFS on hurd-i386 just because the make install rule is
disabled, please apply attached patch to fix it.

Thanks,
Samuel

-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.14.0 (SMP w/8 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

-- 
Samuel
Now I know someone out there is going to claim, "Well then, UNIX is intuitive,
because you only need to learn 5000 commands, and then everything else follows
from that! Har har har!"
(Andy Bates in comp.os.linux.misc, on "intuitive interfaces", slightly
defending Macs.)
--- Makefile.original   2014-05-30 13:20:51.000000000 +0000
+++ Makefile    2014-05-30 13:20:59.000000000 +0000
@@ -92,7 +92,7 @@
 
 
 #make install option is reserved to Linux & OSX targets
-ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD))
+ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU))
 
 install: liblz4
        @install -d -m 755 $(DESTDIR)$(LIBDIR)/ $(DESTDIR)$(INCLUDEDIR)/
--- programs/Makefile.original  2014-05-30 13:23:51.000000000 +0000
+++ programs/Makefile   2014-05-30 13:23:57.000000000 +0000
@@ -81,7 +81,7 @@
        @echo Cleaning completed
 
 
-ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD))
+ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU))
 
 install: lz4 lz4c
        @install -d -m 755 $(DESTDIR)$(BINDIR)/ $(DESTDIR)$(MANDIR)/

Reply via email to