wok-next diff openvswitch/receipt @ rev 20690

add missing SHA256sums
author Erkan Yilmaz <erkan@slitaz.org>
date Mon May 21 19:36:47 2018 +0000 (2018-05-21)
parents 757d032c55c7
children d5aab818505e
line diff
     1.1 --- a/openvswitch/receipt	Fri Mar 30 19:31:50 2018 +0300
     1.2 +++ b/openvswitch/receipt	Mon May 21 19:36:47 2018 +0000
     1.3 @@ -16,6 +16,7 @@
     1.4  
     1.5  compile_rules() {
     1.6  	./configure $CONFIGURE_ARGS &&
     1.7 +	fix libtool &&
     1.8  	make &&
     1.9  	make DESTDIR=$DESTDIR install
    1.10  }