aboutsummaryrefslogtreecommitdiffstats
path: root/main/xmlrpc-c/host-os-uclibc.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-08-16 09:32:46 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-08-16 09:32:46 +0000
commitbcbbe48fbc720c33bde1e9c61375f551cc744e13 (patch)
tree3973ad602685338396dff63e2199e1b5b481baef /main/xmlrpc-c/host-os-uclibc.patch
parent89a302654e2acb01d781fa83aa61ed31b6d2ea43 (diff)
downloadaports-bcbbe48fbc720c33bde1e9c61375f551cc744e13.tar.bz2
aports-bcbbe48fbc720c33bde1e9c61375f551cc744e13.tar.xz
main/xmlrpc-c: upgrade to 1.25.25
Diffstat (limited to 'main/xmlrpc-c/host-os-uclibc.patch')
-rw-r--r--main/xmlrpc-c/host-os-uclibc.patch11
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