wok rev 18404
gnome-keyring: fix build
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Sep 19 09:46:36 2015 +0200 (2015-09-19) |
parents | 52e48826c690 |
children | 1d017e1c3866 |
files | gnome-keyring/receipt |
line diff
1.1 --- a/gnome-keyring/receipt Sat Sep 19 09:22:09 2015 +0200 1.2 +++ b/gnome-keyring/receipt Sat Sep 19 09:46:36 2015 +0200 1.3 @@ -16,7 +16,9 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - cd $src 1.8 + sed -i -e 's|<glib.h>|&\n#include <libtasn1.h>|' \ 1.9 + -e 's|const struct static_struct_asn|const ASN1_ARRAY_TYPE|' \ 1.10 + egg/egg-asn1x.h 1.11 ./configure \ 1.12 --libexecdir=/usr/lib/$PACKAGE \ 1.13 --sysconfdir=/etc/gnome \