~alpine/aports

Add libxml2-dev to ensure xmlrpc/scgi support v1 PROPOSED

Hervé Rousseau: 1
 Add libxml2-dev to ensure xmlrpc/scgi support

 1 files changed, 1 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/2366/mbox | git am -3
Learn more about email & git

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

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
---