This is an automated email from the git hooks/post-receive script. roam-guest pushed a commit to branch master in repository fenix.
commit 061212b6cc200121d2623aaf6ee80e268a379966 Author: Peter Pentchev <[email protected]> Date: Thu Dec 17 17:41:36 2015 +0200 Enable Large File Support. --- debian/changelog | 1 + debian/rules | 3 +++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index 044a05d..b0a289b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,7 @@ fenix (0.92a.dfsg1-12) UNRELEASED; urgency=medium * Add a DEP-3 header to the fix_ftbfs_libpng1.5 patch. * Convert the copyright file to the 1.0 machine-readable format and add my debian/* copyright notice. + * Enable Large File Support. -- Peter Pentchev <[email protected]> Thu, 17 Dec 2015 16:11:53 +0200 diff --git a/debian/rules b/debian/rules index 3ae6e00..59d0049 100755 --- a/debian/rules +++ b/debian/rules @@ -5,6 +5,9 @@ export LC_ALL=C +DEB_CPPFLAGS_MAINT_APPEND= -D_FILE_OFFSET_BITS=64 +export DEB_CPPFLAGS_MAINT_APPEND + DEB_CFLAGS_MAINT_APPEND= -Wall -fno-strict-aliasing -DUSE_GETTEXT export DEB_CFLAGS_MAINT_APPEND -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/fenix.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

