From d39147a8a192d56798737cd254353546be2d2dbb Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Wed, 7 Feb 2007 23:13:59 +0100 Subject: Fix FTBFS on amd64. Set LIB_DIR and EXTRA_LIB_PATH in configs/debian-default to override settings in configs/linux-x86-64. This fixes a FTBFS on amd64, thanks to Marc 'HE' Brockschmidt for the report (closes: #410118). --- configs/debian-default | 4 ++++ debian/changelog | 8 ++++++++ 2 files changed, 12 insertions(+) diff --git a/configs/debian-default b/configs/debian-default index d13e5513fef..aa4721a9ee4 100644 --- a/configs/debian-default +++ b/configs/debian-default @@ -5,6 +5,10 @@ CONFIG_NAME = debian-default OPT_FLAGS = -O2 -g CFLAGS += -fno-strict-aliasing +# override settings in configs/linux-x86-64 +LIB_DIR = lib +EXTRA_LIB_PATH = + SRC_DIRS = mesa PROGRAM_DIRS = diff --git a/debian/changelog b/debian/changelog index 9744a89783c..e9446fec73f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +mesa (6.5.2-3) experimental; urgency=low + + * Set LIB_DIR and EXTRA_LIB_PATH in configs/debian-default to override + settings in configs/linux-x86-64. This fixes a FTBFS on amd64, thanks to + Marc 'HE' Brockschmidt for the report (closes: #410118). + + -- Julien Cristau Wed, 7 Feb 2007 23:04:28 +0100 + mesa (6.5.2-2) experimental; urgency=low * Sync Section/Priority for all packages with the override. -- cgit v1.2.3