# HG changeset patch # User Pascal Bellard # Date 1292242204 -3600 # Node ID 5d88dc6fd35019d4a026d9cdf935d27aaeacd6c9 # Parent a3501d98b7a12e903bd48946bb78c3129b0f8569 gobject-introspection: Add -export-dynamic when compiling with libtool diff -r a3501d98b7a1 -r 5d88dc6fd350 gobject-introspection/receipt --- a/gobject-introspection/receipt Mon Dec 13 12:44:48 2010 +0100 +++ b/gobject-introspection/receipt Mon Dec 13 13:10:04 2010 +0100 @@ -15,6 +15,7 @@ compile_rules() { cd $src + sed -i "s/.*self._linker_cmd,.*/&\n if libtool:\n args.append('-export-dynamic')/" giscanner/dumper.py ./configure \ --prefix=/usr \ --sysconfdir=/etc \