From dcbe3429c6e4333fa419a234c6d619db2ba33a15 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Mon, 7 Jan 2013 16:20:10 +0100 Subject: [PATCH] musl/lvm2: fixed to (re)define rpl_(m,re}alloc --- base/musl/pkg_conf/lvm2.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/base/musl/pkg_conf/lvm2.conf b/base/musl/pkg_conf/lvm2.conf index a30145df8..bfe84623a 100644 --- a/base/musl/pkg_conf/lvm2.conf +++ b/base/musl/pkg_conf/lvm2.conf @@ -2,7 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../musl/pkg_conf/lvm2.conf -# Copyright (C) 2012 The OpenSDE Project +# Copyright (C) 2012 - 2013 The OpenSDE Project # # More information can be found in the files COPYING and README. # @@ -22,3 +22,7 @@ var_append CC_WRAPPER_INSERT ' ' "-D_BSD_SOURCE" # # limits.h: PATH_MAX gets defined when _GNU_SOURCE is defined var_append CC_WRAPPER_INSERT ' ' "-D_GNU_SOURCE" + +var_append CFLAGS ' ' "-Drpl_malloc=malloc" +var_append CFLAGS ' ' "-Drpl_realloc=realloc" +var_append configprefix ' ' 'CFLAGS=$CFLAGS'