wok diff libtorrent-rasterbar/receipt @ rev 21642

created simple-mtpfs
author Hans-G?nter Theisgen
date Wed May 29 18:00:29 2019 +0100 (2019-05-29)
parents a0209f5e747b
children 2a63ec277b0d
line diff
     1.1 --- a/libtorrent-rasterbar/receipt	Fri Apr 19 08:25:37 2019 +0100
     1.2 +++ b/libtorrent-rasterbar/receipt	Wed May 29 18:00:29 2019 +0100
     1.3 @@ -20,12 +20,12 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 +	export CC=gcc-83
     1.8 +	export CXX=g++-83
     1.9  	./configure			\
    1.10 -		CC=gcc-83		\
    1.11 -		CXX=g++-83		\
    1.12  		--enable-python-binding \
    1.13  		$CONFIGURE_ARGS &&
    1.14 -	make -j 1 &&
    1.15 +	make &&
    1.16  	make install
    1.17  }
    1.18