Browse Source

pound: Fixed to pass stage 1 - use malloc() instead of rpl_malloc()

crossperl
Alejandro Mery 17 years ago
parent
commit
36317c96d2
  1. 5
      network/pound/pound.conf

5
network/pound/pound.conf

@ -22,6 +22,11 @@ if [ $prefix_auto = 1 ] ; then
set_confopt
fi
if atstage cross; then
# if not, it will try to use rpl_malloc()
var_append configcache ' ' 'ac_cv_func_malloc_0_nonnull=yes'
fi
if [ $pkg = "pound" ] ; then
# by default enabled options

Loading…
Cancel
Save