wok diff elfutils/receipt @ rev 16452

Add: SkypeFreak
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Apr 19 12:42:09 2014 +0300 (2014-04-19)
parents 380ffe05937a
children 79949949dbb8
line diff
     1.1 --- a/elfutils/receipt	Sat Aug 10 17:00:38 2013 +0000
     1.2 +++ b/elfutils/receipt	Sat Apr 19 12:42:09 2014 +0300
     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