From 28950405264dbb46f4095bc1a4a6bc8135560a0c Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Mon, 13 Oct 2003 03:31:00 +0000 Subject: Fix some GNU/Hurd build issues for some Debian people porting to that platform. --- VERSION | 2 +- debian/changelog | 5 +++-- doc/CHANGES | 3 +++ include/builddefs.in | 2 +- libattr/libattr.c | 1 - 5 files changed, 8 insertions(+), 5 deletions(-) diff --git a/VERSION b/VERSION index bd4c932..0800779 100644 --- a/VERSION +++ b/VERSION @@ -3,5 +3,5 @@ # PKG_MAJOR=2 PKG_MINOR=4 -PKG_REVISION=11 +PKG_REVISION=12 PKG_BUILD=1 diff --git a/debian/changelog b/debian/changelog index bc75f0b..0e2f735 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ -attr (2.4.10-1) unstable; urgency=low +attr (2.4.12-1) unstable; urgency=low * New upstream release + * Fix GNU/Hurd build issues, thanks to Robert Millan (closes: #215154) - -- Nathan Scott Fri, 29 Aug 2003 08:55:04 +1000 + -- Nathan Scott Mon, 13 Oct 2003 13:02:58 +1000 attr (2.4.8-1) unstable; urgency=low diff --git a/doc/CHANGES b/doc/CHANGES index 9d45e28..7b2c46e 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,6 @@ +attr-2.4.12 (13 October 2003) + - Fix build on the GNU/Hurd platform for some Debian folks. + attr-2.4.11 (07 October 2003) - Man page tweaks diff --git a/include/builddefs.in b/include/builddefs.in index ca81852..61f3048 100644 --- a/include/builddefs.in +++ b/include/builddefs.in @@ -84,7 +84,7 @@ ENABLE_SHARED = @enable_shared@ ENABLE_GETTEXT = @enable_gettext@ HAVE_ZIPPED_MANPAGES = @have_zipped_manpages@ -ifeq ($(PKG_PLATFORM),linux) +ifneq "$(findstring $(PKG_PLATFORM), linux gnuhurd)" "" PCFLAGS = -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 endif diff --git a/libattr/libattr.c b/libattr/libattr.c index 56c08ec..9b1a810 100644 --- a/libattr/libattr.c +++ b/libattr/libattr.c @@ -36,7 +36,6 @@ #include #include #include -#include #include #include -- cgit v1.2.3