wok-4.x rev 7633
gobject-introspection: Add -export-dynamic when compiling with libtool
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Dec 13 13:10:04 2010 +0100 (2010-12-13) |
parents | a3501d98b7a1 |
children | 6dcea00d3e3b |
files | gobject-introspection/receipt |
line diff
1.1 --- a/gobject-introspection/receipt Mon Dec 13 12:44:48 2010 +0100 1.2 +++ b/gobject-introspection/receipt Mon Dec 13 13:10:04 2010 +0100 1.3 @@ -15,6 +15,7 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 + sed -i "s/.*self._linker_cmd,.*/&\n if libtool:\n args.append('-export-dynamic')/" giscanner/dumper.py 1.8 ./configure \ 1.9 --prefix=/usr \ 1.10 --sysconfdir=/etc \