wok-next diff libhtp/receipt @ rev 20975

Close the chain: python and python3 both have upgradeable setuptools and pip
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Sep 23 04:37:56 2018 +0300 (2018-09-23)
parents 4396aed7eb01
children d5aab818505e
line diff
     1.1 --- a/libhtp/receipt	Wed Mar 07 19:43:44 2018 +0200
     1.2 +++ b/libhtp/receipt	Sun Sep 23 04:37:56 2018 +0300
     1.3 @@ -15,7 +15,10 @@
     1.4  SPLIT="libhtp-dev"
     1.5  
     1.6  compile_rules() {
     1.7 -	./configure $CONFIGURE_ARGS && make && make install
     1.8 +	./configure $CONFIGURE_ARGS &&
     1.9 +	fix libtool &&
    1.10 +	make &&
    1.11 +	make install
    1.12  }
    1.13  
    1.14  genpkg_rules() {