wok-4.x diff libunique-dev/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 | f3f04d197875 |
children | 129bb5b11a7e |
line diff
1.1 --- a/libunique-dev/receipt Wed Sep 15 18:32:15 2010 +0000 1.2 +++ b/libunique-dev/receipt Mon Dec 13 13:10:04 2010 +0100 1.3 @@ -13,8 +13,9 @@ 1.4 # Rules to gen a SliTaz package suitable for Tazpkg. 1.5 genpkg_rules() 1.6 { 1.7 - mkdir -p $fs/usr/lib 1.8 + mkdir -p $fs/usr/lib $fs/usr/share 1.9 cp -a $_pkg/usr/include $fs/usr 1.10 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 1.11 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 1.12 + cp -a $_pkg/usr/share/gir-1.0 $fs/usr/share 1.13 }