From 97a6204d5ab792dc665fc6921ac1e6847efb2019 Mon Sep 17 00:00:00 2001 From: nbd Date: Wed, 31 Oct 2012 00:24:00 +0000 Subject: eglibc: add a fake libintl.h for cross-rpcgen and cross-zic to fix build on mac os x Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34026 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- toolchain/eglibc/include/libintl.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 toolchain/eglibc/include/libintl.h (limited to 'toolchain/eglibc/include/libintl.h') diff --git a/toolchain/eglibc/include/libintl.h b/toolchain/eglibc/include/libintl.h new file mode 100644 index 000000000..69cb887a2 --- /dev/null +++ b/toolchain/eglibc/include/libintl.h @@ -0,0 +1,6 @@ +#ifndef __FAKE_LIBINTL_H +#define __FAKE_LIBINTL_H + +#define _(X) (X) + +#endif -- cgit v1.2.3