Browse Source

musl/lvm2: fixed to (re)define rpl_(m,re}alloc

user/chris/wip/musl
Christian Wiese 12 years ago
parent
commit
dcbe3429c6
  1. 6
      base/musl/pkg_conf/lvm2.conf

6
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'

Loading…
Cancel
Save