wok-next diff sundown/receipt @ rev 20533

cairo-clock, grub4dos: fix CFLAGS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 27 12:50:45 2018 +0200 (2018-03-27)
parents 61e23282014d
children d6378d455338
line diff
     1.1 --- a/sundown/receipt	Thu Dec 31 14:51:53 2015 +0200
     1.2 +++ b/sundown/receipt	Tue Mar 27 12:50:45 2018 +0200
     1.3 @@ -19,7 +19,10 @@
     1.4  {
     1.5  	#sed -i 's|O3|Os|' $src/Makefile
     1.6  	patch -p1 -i $stuff/sundown.options.patch
     1.7 +	sed -i 's|-Wl||' Makefile
     1.8 +
     1.9  	make
    1.10 +
    1.11  	mkdir -p $install/usr/bin
    1.12  	cp -a $src/sundown $install/usr/bin
    1.13  }