From: Nathan Scott Date: Mon, 17 Feb 2003 05:54:23 +0000 (+0000) Subject: Fix a couple of Debian bootfloppies build issues relating to gettext. X-Git-Tag: v2.4.0~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ef2febc646e518f8f4bbf645427f5348bde0714;p=thirdparty%2Fxfsprogs-dev.git Fix a couple of Debian bootfloppies build issues relating to gettext. --- diff --git a/debian/rules b/debian/rules index 8db48d9a4..f49b8bdf7 100755 --- a/debian/rules +++ b/debian/rules @@ -13,9 +13,7 @@ pkgbfs = DIST_ROOT=`pwd`/$(dirbfs); export DIST_ROOT; stdenv = @GZIP=-q; export GZIP; options = DEBUG=-DNDEBUG; DISTRIBUTION=debian; export DEBUG DISTRIBUTION; -bfsopts = OPTIMIZER=-Os; LOCAL_CONFIGURE_OPTIONS= \ - "--enable-shared-uuid=yes --enable-gettext=no"; \ - $(options) export OPTIMIZER LOCAL_CONFIGURE_OPTIONS; +bfsopts = OPTIMIZER=-Os; LOCAL_CONFIGURE_OPTIONS="--enable-shared-uuid=yes --enable-gettext=no"; $(options) export OPTIMIZER LOCAL_CONFIGURE_OPTIONS; checkdir = test -f debian/rules build: built diff --git a/include/platform_defs.h.in b/include/platform_defs.h.in index 14f7ab97d..d4cac9b49 100644 --- a/include/platform_defs.h.in +++ b/include/platform_defs.h.in @@ -148,6 +148,7 @@ typedef unsigned long long __psunsigned_t; # define textdomain(d) do { } while (0) # define bindtextdomain(d,dir) do { } while (0) #endif +#include #ifdef DEBUG # define ASSERT assert