wok diff attr-dev/receipt @ rev 20283

security fixes from 0.3.1.9 (2017 Dec 1) and 0.3.1.10 (March 3)... further info: https://blog.torproject.org/new-stable-tor-releases-security-fixes-and-dos-prevention-03210-03110-02915
author Erkan Yilmaz <erkan@slitaz.org>
date Tue Mar 27 11:09:07 2018 +0000 (2018-03-27)
parents 4aec5a11721d
children a4d9cd4fcd65
line diff
     1.1 --- a/attr-dev/receipt	Sun Feb 15 15:16:45 2015 +0100
     1.2 +++ b/attr-dev/receipt	Tue Mar 27 11:09:07 2018 +0000
     1.3 @@ -15,8 +15,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/lib
     1.9  	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.10 +	( cd $fs/lib ; ln -s ../usr/lib/*a . )
    1.11  	cp -a $install/usr/include $fs/usr
    1.12  	find $fs -type f -name '*.la' -exec chmod a+x \{\} \;
    1.13  }