aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ltrace
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-09-25 19:29:10 +0200
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-09-25 19:40:45 +0200
commitc49791f38aa7f2e5eebdf4b256a6dafc31c78753 (patch)
treec09c21d1071ee701929dcd1680851422bd57cc95 /recipes/ltrace
parent1b18663c47f31e968b43e0e671d762ce79c0c7c8 (diff)
downloadopenembedded-c49791f38aa7f2e5eebdf4b256a6dafc31c78753.tar.gz
ltrace : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/ltrace')
-rw-r--r--recipes/ltrace/files/no-usr-include.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/recipes/ltrace/files/no-usr-include.patch b/recipes/ltrace/files/no-usr-include.patch
deleted file mode 100644
index adadfa8032..0000000000
--- a/recipes/ltrace/files/no-usr-include.patch
+++ /dev/null
@@ -1,16 +0,0 @@
---- ltrace-0.4.orig/configure.ac
-+++ ltrace-0.4/configure.ac
-@@ -41,13 +41,6 @@
- dnl AC_CHECK_FUNCS(gettimeofday strdup strerror strspn)
- AC_CHECK_FUNCS(getopt getopt_long)
-
--for path in /usr/include/elfutils /usr/local/include/elfutils \
-- /usr/include/libelf /usr/local/include/libelf; do
-- if test -f ${path}/gelf.h; then
-- CPPFLAGS="$CPPFLAGS -I ${path}"
-- fi
--done
--
- AC_CHECK_HEADER(gelf.h,,AC_MSG_ERROR([***** gelf.h not found *****]))
-
- AC_CHECK_LIB(elf,gelf_getdyn)