diff options
author | Eric Andersen <andersen@codepoet.org> | 2005-04-12 22:04:14 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2005-04-12 22:04:14 +0000 |
commit | 2badd4b3e50546c3d745b8fbbd9f71598f5fc369 (patch) | |
tree | a9ae3a22fd9e80c813698634e839837c006f0ba9 /package/libelf/libelf.patch | |
parent | 9fc890fc1faf265c473c5aa26522aaa1d3bc77fd (diff) | |
download | buildroot-novena-2badd4b3e50546c3d745b8fbbd9f71598f5fc369.tar.gz buildroot-novena-2badd4b3e50546c3d745b8fbbd9f71598f5fc369.zip |
Fix up the build of libelf so it actually works
Diffstat (limited to 'package/libelf/libelf.patch')
-rw-r--r-- | package/libelf/libelf.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/libelf/libelf.patch b/package/libelf/libelf.patch new file mode 100644 index 000000000..81494aac4 --- /dev/null +++ b/package/libelf/libelf.patch @@ -0,0 +1,11 @@ +--- libelf-0.8.5/aclocal.m4.orig 2003-12-05 08:36:00.000000000 -0700 ++++ libelf-0.8.5/aclocal.m4 2005-04-12 16:01:16.000000000 -0600 +@@ -191,7 +191,7 @@ + }>>, changequote([, ])dnl + mr_cv_target_elf=yes, + mr_cv_target_elf=no, +- mr_cv_target_elf=no)])]) ++ mr_cv_target_elf=yes)])]) + + AC_DEFUN(mr_ENABLE_SHARED, [ + AC_PROVIDE([$0]) |