wok-6.x diff gobject-introspection/receipt @ 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 | 886906f08ead |
children | 9907f6a32432 |
line diff
1.1 --- a/gobject-introspection/receipt Mon Oct 25 22:01:57 2010 +0000 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 \