diff options
Diffstat (limited to 'repo/system/libtirpc.xibuild')
-rw-r--r-- | repo/system/libtirpc.xibuild | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/repo/system/libtirpc.xibuild b/repo/system/libtirpc.xibuild index 9a80dbd..ec4f3b9 100644 --- a/repo/system/libtirpc.xibuild +++ b/repo/system/libtirpc.xibuild @@ -1,12 +1,21 @@ #!/bin/sh -MAKEDEPS="make " +MAKEDEPS="make queue-standalone" DEPS="krb5" PKG_VER=1.3.2 SOURCE=https://downloads.sourceforge.net/libtirpc/libtirpc-$PKG_VER.tar.bz2 DESC="Transport Independent RPC library (SunRPC replacement)" +ADDITIONAL=" +https://git.alpinelinux.org/aports/plain/main/libtirpc/soname-suffix.patch +" + +prepare () { + apply_patches + autoreconf -fi +} + build () { ./configure --prefix=/usr \ --sysconfdir=/etc \ |