wok-6.x diff pygobject3/receipt @ rev 23110

updated libtorrent and libtorrent-dev (0.13.7 -> 0.13.8)
author Hans-G?nter Theisgen
date Thu Mar 12 14:33:21 2020 +0100 (2020-03-12)
parents cbefd8f517df
children 6831608a1b2a
line diff
     1.1 --- a/pygobject3/receipt	Sun Jun 05 04:00:56 2016 +0200
     1.2 +++ b/pygobject3/receipt	Thu Mar 12 14:33:21 2020 +0100
     1.3 @@ -19,6 +19,7 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 +	./configure $CONFIGURE_ARGS > /dev/null 2>&1 # create ./libtool
     1.8  	./configure $CONFIGURE_ARGS &&
     1.9  	make && make install
    1.10  }