From eebba639ec0ca53d8f4ec8f785b1ccf6b9a418b6 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 24 Oct 2014 09:58:51 +0000 Subject: testing/portablexdr: fix build with musl --- testing/portablexdr/APKBUILD | 12 +++++++++++- testing/portablexdr/quad-types.patch | 13 +++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 testing/portablexdr/quad-types.patch (limited to 'testing/portablexdr') diff --git a/testing/portablexdr/APKBUILD b/testing/portablexdr/APKBUILD index 2b9be0b051..8c830e4f8c 100644 --- a/testing/portablexdr/APKBUILD +++ b/testing/portablexdr/APKBUILD @@ -14,6 +14,7 @@ subpackages="$pkgname-dev $pkgname-rpcgen" source="http://people.redhat.com/~rjones/portablexdr/files/portablexdr-$pkgver.tar.gz portablexdr-4.9.1-no-config-h.patch portablexdr-build-use-intptr_t-and-uintptr_t-to-cast-ptr-to-int.patch + quad-types.patch " _builddir="$srcdir"/portablexdr-$pkgver @@ -59,4 +60,13 @@ rpcgen() { md5sums="949e6dc9815590e5688f18bfdd2a98f9 portablexdr-4.9.1.tar.gz e5e44853226f8e756aa499299404d505 portablexdr-4.9.1-no-config-h.patch -6d8528d20edd2db618fad96f2afcd926 portablexdr-build-use-intptr_t-and-uintptr_t-to-cast-ptr-to-int.patch" +6d8528d20edd2db618fad96f2afcd926 portablexdr-build-use-intptr_t-and-uintptr_t-to-cast-ptr-to-int.patch +c668a7d516c8096651cef92bdf6835b6 quad-types.patch" +sha256sums="5cf4bdd153cf4d44eaf10b725f451d0cfadc070b4b9a9ccfb64094b8f78de72c portablexdr-4.9.1.tar.gz +75cec27cba9d667d4e137f13fb8e66a3a91344f458691e93d13928f5891216b9 portablexdr-4.9.1-no-config-h.patch +7919d9157537552c34047f8423d3e923fcb79d097b796141d28e05d2c5b8b6e0 portablexdr-build-use-intptr_t-and-uintptr_t-to-cast-ptr-to-int.patch +2a75fff6a66cc99af987fe928600c38eb17bb5163e8346a7feafa7374c542ce2 quad-types.patch" +sha512sums="47f2402e7ed9f2f518e2a45e76e8ad6c4b1e7ae1bd9408ca4dca3d0883697e755460ee64eef405e23b1840ad3b89ad54555bdf59dc8bae3cd8b67086d6ab3b1f portablexdr-4.9.1.tar.gz +4d7dd2c6a40438ca9df8da93dad91295802ddd0cf51f4c2710a0213c34255f119a1c397c8aee9ffb6499baba2c3a39ce2f7ef5a46a2ce87cd8e881f8ab41d1c2 portablexdr-4.9.1-no-config-h.patch +f650a12897256a7194ec125dcac008b4a75b1907bfddcc34c4d23f40f93718072c9958b9eca7afeb1e356a64b5189d71077f765b5592b847d3473b2ee346ae8f portablexdr-build-use-intptr_t-and-uintptr_t-to-cast-ptr-to-int.patch +8057db443cdb956945a40c2cf9d1f4d59086bd8affc819e36be146c50a7109bf18bd47e1ff69979d1e9187413d37836426b02cec6761987cf1c3483f6ed1f911 quad-types.patch" diff --git a/testing/portablexdr/quad-types.patch b/testing/portablexdr/quad-types.patch new file mode 100644 index 0000000000..72cb0691e7 --- /dev/null +++ b/testing/portablexdr/quad-types.patch @@ -0,0 +1,13 @@ +--- ./rpc/types.h.orig ++++ ./rpc/types.h +@@ -41,8 +41,8 @@ + typedef uint16_t u_short; + typedef uint32_t u_int; + typedef unsigned long u_long; +-typedef uint64_t u_quad_t; +-typedef int64_t quad_t; ++//typedef uint64_t u_quad_t; ++//typedef int64_t quad_t; + typedef char * caddr_t; + + #ifndef TRUE -- cgit v1.2.3