debian/changelog | 7 +++++++ debian/rules | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-)
New commits: commit 935f3cecd5aa2fa75ffcdf3a7f8c025719f34c37 Author: Julien Cristau <[EMAIL PROTECTED]> Date: Mon Aug 25 20:26:30 2008 +0200 Build with -fvisibility=hidden This avoids symbol name clashes with radeonhd (closes: #472252). diff --git a/debian/changelog b/debian/changelog index 595fe37..e700294 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +xserver-xorg-video-ati (1:6.9.0+git20080802.1f3eee36-2) UNRELEASED; urgency=low + + * Build with -fvisibility=hidden, avoiding symbol name clashes with + radeonhd (closes: #472252). + + -- Julien Cristau <[EMAIL PROTECTED]> Mon, 25 Aug 2008 20:25:14 +0200 + xserver-xorg-video-ati (1:6.9.0+git20080802.1f3eee36-1) experimental; urgency=low * Pull upstream snapshot, up to commit 1f3eee36. diff --git a/debian/rules b/debian/rules index 66573b0..06e2f6b 100755 --- a/debian/rules +++ b/debian/rules @@ -9,7 +9,7 @@ include debian/xsfbs/xsfbs.mk -CFLAGS = -Wall -g +CFLAGS = -Wall -g -fvisibility=hidden ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 else -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]