mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
17
package/ifplugd/0001-cross.patch
Normal file
17
package/ifplugd/0001-cross.patch
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
configure | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
Index: ifplugd-0.28/configure
|
||||
===================================================================
|
||||
--- ifplugd-0.28.orig/configure
|
||||
+++ ifplugd-0.28/configure
|
||||
@@ -5430,7 +5430,7 @@
|
||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||
else
|
||||
if test "$cross_compiling" = yes; then
|
||||
- ac_cv_func_malloc_0_nonnull=no
|
||||
+ ac_cv_func_malloc_0_nonnull=yes
|
||||
else
|
||||
cat >conftest.$ac_ext <<_ACEOF
|
||||
/* confdefs.h. */
|
||||
Reference in New Issue
Block a user