Browse Source

Enabled BSD features when compiling xmlrpc-c against dietlibc

early
Alejandro Mery 17 years ago
parent
commit
4ddadb63c6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      base/dietlibc/parse-config-9

+ 1
- 1
base/dietlibc/parse-config-9

@ -119,7 +119,7 @@ if [ "$pkg_dietlibc_useit" = 1 ]; then
set_wrapper_and_misc
;;
coreutils|findutils|curl|procps|radiusclient-ng|libpcap|binutils|udhcp|file|libxml|lvm2|iputils|hotplug2)
coreutils|findutils|curl|procps|radiusclient-ng|libpcap|binutils|udhcp|file|libxml|lvm2|iputils|hotplug2|xmlrpc-c)
echo_status "Enabling non-portable BSD features."
var_append CC_WRAPPER_INSERT " " "-D_BSD_SOURCE"
set_wrapper_and_misc

Loading…
Cancel
Save