wok-next diff epm/receipt @ rev 21379

updated mspdebug (0.17 -> 0.25)
author Hans-G?nter Theisgen
date Thu Apr 16 16:31:49 2020 +0100 (2020-04-16)
parents a3c581bf52b8
children 47cd926da0b1
line diff
     1.1 --- a/epm/receipt	Fri Aug 10 12:53:17 2018 +0300
     1.2 +++ b/epm/receipt	Thu Apr 16 16:31:49 2020 +0100
     1.3 @@ -12,7 +12,10 @@
     1.4  WGET_URL="https://github.com/michaelrsweet/epm/archive/release-$VERSION.tar.gz" #
     1.5  
     1.6  compile_rules() {
     1.7 -	./configure --prefix=/usr && make -j 1 &&
     1.8 +	./configure \
     1.9 +		--prefix=/usr \
    1.10 +		&&
    1.11 +	make -j1 &&
    1.12  	install -Dm755 $src/epm $install/usr/bin/epm
    1.13  }
    1.14