~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

[alpine-aports] [PATCH] Add libxml2-dev to ensure xmlrpc/scgi support

Hervé Rousseau <herve@moulticast.net>
Details
Message ID
<1456298075-8341-1-git-send-email-herve@moulticast.net>
Sender timestamp
1456298075
DKIM signature
missing
Download raw message
Patch: +1 -1
APKBUILD specifies --with-xmlrpc-c but support isn't enabled because libxm2-dev is missing.                                                                                           │                                                                                                                                                                                     
./configure returns this:                                                                                                                                                             │                                                                                                                                                                                     
checking for XMLRPC-C... /usr/bin/xmlrpc-c-config: line 66: xml2-config: not found                                                                                                    │                                                                                                                                                                                     
/usr/bin/xmlrpc-c-config: line 66: xml2-config: not found                                                                                                                             │                                                                                                                                                                                     
ok                                                                                                                                                                                    │                                                                                                                                                                                     

---
 main/rtorrent/APKBUILD | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/rtorrent/APKBUILD b/main/rtorrent/APKBUILD
index 2ef3c4b..49a9462 100644
--- a/main/rtorrent/APKBUILD
+++ b/main/rtorrent/APKBUILD
@@ -8,7 +8,7 @@ pkgdesc="Ncurses BitTorrent client based on libTorrent"
url="http://rakshasa.github.io/rtorrent/"
license="GPL"
arch="all"
makedepends="libsigc++-dev libtorrent-dev curl-dev xmlrpc-c-dev ncurses-dev"
makedepends="libsigc++-dev libtorrent-dev libxml2-dev curl-dev xmlrpc-c-dev ncurses-dev"
subpackages="$pkgname-doc"
source="http://rtorrent.net/downloads/${pkgname}-${pkgver}.tar.gz"

-- 
2.6.4



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)