wok diff busybox-slish/receipt @ rev 24363

updated fftw and fftw-dev (3.3.8 -> 3.3.10)
author Hans-G?nter Theisgen
date Fri Feb 04 15:51:08 2022 +0100 (2022-02-04)
parents cae46182492e
children 73f36875e5a7
line diff
     1.1 --- a/busybox-slish/receipt	Mon Mar 23 09:25:48 2015 +0100
     1.2 +++ b/busybox-slish/receipt	Fri Feb 04 15:51:08 2022 +0100
     1.3 @@ -15,6 +15,7 @@
     1.4  # I dont want to compile all BB packages just for a basic build!
     1.5  #
     1.6  compile_rules() {
     1.7 +	sed -i 's|uname -m|echo i486|' Makefile
     1.8  	cp $stuff/busybox-${VERSION%.*}.config .config
     1.9  	make oldconfig && 
    1.10  	make && make install || return 1