wok rev 15354

elfutils: fix elflint-self test
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Sep 30 19:44:45 2013 +0000 (2013-09-30)
parents 2bcf0c62df40
children 51731905055e
files elfutils/receipt
line diff
     1.1 --- a/elfutils/receipt	Mon Sep 30 17:09:51 2013 +0000
     1.2 +++ b/elfutils/receipt	Mon Sep 30 19:44:45 2013 +0000
     1.3 @@ -23,6 +23,11 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 +	mkdir -p src/.deps
     1.8 +	touch src/.deps/none_ld.Po
     1.9 +	sed -i	-e 's/strcmp.*symtab")/(&\n\t\t\t\t\&\& strcmp (section_name (ebl, idx), ".dynsym"))/' \
    1.10 +		-e 's/__fini_array_start.*/&\n\t\t\t\t\&\& strcmp (name, "__bss_start") != 0\n\t\t\t\t\&\& strcmp (name, "__TMC_END__") != 0/' \
    1.11 +			src/elflint.c
    1.12  	sed -i 's/run-strip-reloc.sh//' tests/Makefile* # Need cc -g !
    1.13  	./configure $CONFIGURE_ARGS &&
    1.14  	# Disable check/tests when cross-compiling