Browse Source

device-mapper: adapted patch to fix cross-compilation

early
Alejandro Mery 16 years ago
parent
commit
4118ed94af
  1. 15
      base/device-mapper/no_rpl_malloc.patch.cross

15
base/device-mapper/no_rpl_malloc.patch.cross

@ -2,6 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../device-mapper/no_rpl_malloc.patch.cross
# Copyright (C) 2008 The OpenSDE Project
# Copyright (C) 2006 The T2 SDE Project
#
# More information can be found in the files COPYING and README.
@ -14,13 +15,13 @@
# version.
# --- SDE-COPYRIGHT-NOTE-END ---
--- ./configure.in.orig 2006-06-21 16:50:57.000000000 +0200
+++ ./configure.in 2006-06-21 16:51:53.000000000 +0200
@@ -86,7 +86,6 @@
dnl -- Checks for functions
AC_CHECK_FUNCS(memset mkdir rmdir strchr strdup strerror strrchr uname,,AC_MSG_ERROR(bailing out))
--- ./configure.in.orig 2008-06-06 16:44:35.000000000 -0400
+++ ./configure.in 2008-09-04 15:56:17.000000000 -0400
@@ -114,7 +114,6 @@
AC_FUNC_CLOSEDIR_VOID
AC_FUNC_FORK
AC_FUNC_LSTAT
-AC_FUNC_MALLOC
AC_FUNC_MEMCMP
AC_FUNC_MMAP
AC_FUNC_STAT
AC_FUNC_VPRINTF

Loading…
Cancel
Save