diff options
Diffstat (limited to 'main/xmlrpc-c/host-os-uclibc.patch')
-rw-r--r-- | main/xmlrpc-c/host-os-uclibc.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/main/xmlrpc-c/host-os-uclibc.patch b/main/xmlrpc-c/host-os-uclibc.patch new file mode 100644 index 0000000000..ae17407c48 --- /dev/null +++ b/main/xmlrpc-c/host-os-uclibc.patch @@ -0,0 +1,11 @@ +--- ./config.mk.in.orig 2013-08-16 09:27:58.138960649 +0000 ++++ ./config.mk.in 2013-08-16 09:30:47.452830344 +0000 +@@ -166,7 +166,7 @@ + # HOST_OS is usually has a version number suffix, e.g. "aix5.3.0.0", so + # we compare based on prefix. + +-ifeq ($(patsubst linux-gnu%,linux-gnu,$(HOST_OS)),linux-gnu) ++ifeq ($(patsubst linux%,linux,$(HOST_OS)),linux) + # Assume linker is GNU Compiler (gcc) + SHARED_LIB_TYPE = unix + MUST_BUILD_SHLIB = Y |