open-plc-utils: fix build on !uclibc toolchains
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 5 Apr 2015 09:30:54 +0000 (11:30 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 5 Apr 2015 09:43:27 +0000 (11:43 +0200)
commitd4ae98d5108e276e5f46b35303374279f89d3f25
tree02fa3e0a2fc49117abd2786d377e685a1ebfa68c
parent7de0f6a6779c39676eea2885521305f9227a2f52
open-plc-utils: fix build on !uclibc toolchains

The open-plc-utils source code has a condition for uClibc toolchains
when calling vfprintf(). But the non-uClibc case simply doesn't
build. And the recommended solution at
https://github.com/qca/open-plc-utils/issues/36 is to pass
-D__UCLIBC__ unconditionally.

Fixes:

  http://autobuild.buildroot.org/results/4fd/4fdc56f5dec6c8773086a4661eff1e4ce6ef660e/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/open-plc-utils/open-plc-utils.mk