From 0aabef127155575e8c8d660605f9401ab15356aa Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 24 Feb 2011 17:41:36 +0100 Subject: allow native build of a lot of packages STAGING_TARGET_DIR is used for package Makefile's for include and library search path's. STAGING_DIR is used for common code in mk/ or Makefile/rules.mk. STAGING_TARGET_DIR is /usr when native builds are used. --- package/quagga/patches/patch-configure | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 package/quagga/patches/patch-configure (limited to 'package/quagga/patches') diff --git a/package/quagga/patches/patch-configure b/package/quagga/patches/patch-configure new file mode 100644 index 000000000..3780d661a --- /dev/null +++ b/package/quagga/patches/patch-configure @@ -0,0 +1,20 @@ +--- quagga-0.99.17.orig/configure 2010-08-19 11:43:02.000000000 +0200 ++++ quagga-0.99.17/configure 2011-02-16 22:51:51.000000000 +0100 +@@ -14188,7 +14188,7 @@ if test "${ac_cv_func_malloc_0_nonnull+s + $as_echo_n "(cached) " >&6 + else + if test "$cross_compiling" = yes; then : +- ac_cv_func_malloc_0_nonnull=no ++ ac_cv_func_malloc_0_nonnull=yes + else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ +@@ -14640,7 +14640,7 @@ if test "${ac_cv_func_realloc_0_nonnull+ + $as_echo_n "(cached) " >&6 + else + if test "$cross_compiling" = yes; then : +- ac_cv_func_realloc_0_nonnull=no ++ ac_cv_func_realloc_0_nonnull=yes + else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ -- cgit v1.2.3