wok diff libnl-dev/receipt @ rev 16659

linphone: g_thread_init() is no longer necessary since glib version 2.32 and should not be used
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed May 14 06:07:40 2014 +0000 (2014-05-14)
parents e47c0281ba48
children 7b53d031ba71
line diff
     1.1 --- a/libnl-dev/receipt	Sat Mar 08 07:29:53 2014 +0100
     1.2 +++ b/libnl-dev/receipt	Wed May 14 06:07:40 2014 +0000
     1.3 @@ -19,6 +19,7 @@
     1.4  	cp -a $install/usr/include $fs/usr
     1.5  	cp -a $install/usr/lib/*.*a $fs/usr/lib
     1.6  	cp -a $install/usr/lib/libnl $fs/usr/lib
     1.7 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
     1.8  	find $fs/usr/lib -type f -name "*.so" -exec rm -f {} \;
     1.9  }
    1.10