From a29b83c1244f3934511421fd9e772badb57c3727 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 15 Oct 2013 10:41:42 -0400 Subject: fix namespace issue with demangle on systems without execinfo.h --- tools/linux_packaging/build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools') diff --git a/tools/linux_packaging/build b/tools/linux_packaging/build index d24aec4f8e..37d2dfe403 100755 --- a/tools/linux_packaging/build +++ b/tools/linux_packaging/build @@ -304,7 +304,7 @@ fi cp -R $GTKSTACK_ROOT/etc/* $Etc echo "Copying all Pango modules ..." -cp -R $GTKSTACK_ROOT/lib/pango/1.6.0/modules/*.so $Modules +cp -R $GTKSTACK_ROOT/lib/pango/1.8.0/modules/*.so $Modules echo "Copying all GDK Pixbuf loaders ..." cp -R $GTKSTACK_ROOT/lib/gdk-pixbuf-2.0/2.10.0/loaders/*.so $Loaders @@ -314,7 +314,7 @@ cat > pangorc < $Etc/pango.modules.in +env PANGO_RC_FILE=pangorc $GTKSTACK_ROOT/bin/pango-querymodules | sed "s?$GTKSTACK_ROOT/lib/pango/1.8.0/?@ROOTDIR@/?" > $Etc/pango.modules.in rm pangorc # Ditto for gdk-pixbuf loaders -- cgit v1.2.3