diff --git a/srcpkgs/chelf/patches/no-sys-reg.patch b/srcpkgs/chelf/patches/no-sys-reg.patch new file mode 100644 index 0000000000..4cc284b362 --- /dev/null +++ b/srcpkgs/chelf/patches/no-sys-reg.patch @@ -0,0 +1,10 @@ +diff --git a/elf.c b/elf.c +index 455d035..41d7a4f 100644 +--- ./elf.c ++++ ./elf.c +@@ -1,6 +1,5 @@ + #include + #include +-#include + + #include "chelf.h" diff --git a/srcpkgs/chelf/template b/srcpkgs/chelf/template index a4ec19052d..32e81aec7d 100644 --- a/srcpkgs/chelf/template +++ b/srcpkgs/chelf/template @@ -1,7 +1,7 @@ # Template file for 'chelf' pkgname=chelf version=0.2.1 -revision=1 +revision=2 build_style=gnu-makefile short_desc="Change or display the stack size of an ELF binary" maintainer="Enno Boland "