Browse Source

device-mapper: adapted patch to fix cross-compilation

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

Loading…
Cancel
Save