Skip to content
Snippets Groups Projects
Commit d39147a8 authored by Julien Cristau's avatar Julien Cristau
Browse files

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).
parent 7991f7e9
No related merge requests found
......@@ -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 =
......
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 <jcristau@debian.org> 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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment