wok-next diff cssed/receipt @ rev 13881

busybox-boot: add mount=, loopfs= & subroot= cmdline args (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jan 17 14:10:44 2013 +0100 (2013-01-17)
parents 08318790553b
children d67491eda134
line diff
     1.1 --- a/cssed/receipt	Mon Jan 07 12:12:01 2013 +0100
     1.2 +++ b/cssed/receipt	Thu Jan 17 14:10:44 2013 +0100
     1.3 @@ -16,6 +16,7 @@
     1.4  compile_rules()
     1.5  {
     1.6  	sed -i "s/char\* o = 0;/const char\* o = 0;/" $src/scintilla/src/LexCaml.cxx 
     1.7 +	LDFLAGS="$LDFLAGS -lgmodule-2.0"
     1.8  	./configure $CONFIGURE_ARGS && 
     1.9  	make && 
    1.10  	make install