[Lunar-commits] <moonbase-other> poco: build with external libs
v4hn
me at v4hn.de
Wed May 22 19:54:36 CEST 2013
commit 4e7371bb5042c378707b5c62957560d62706ec21
Author: v4hn <me at v4hn.de>
Date: Wed, 22 May 2013 10:54:11 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/4e7371bb5042c378707b5c62957560d62706ec21
poco: build with external libs
---
libs/poco/BUILD | +3/-1
libs/poco/DEPENDS | +4/-0
libs/poco/DETAILS | +4/-1
3 files changed, 11 insertions(+), 2 deletions(-)
--- a/libs/poco/BUILD
+++ b/libs/poco/BUILD
@@ -1,3 +1,5 @@
-OPTS+=" --config=Linux --no-samples --no-tests" &&
+patch_it $SOURCE2 1 &&
+
+OPTS+=" --config=Linux --unbundled --no-samples --no-tests" &&
default_build
--- a/libs/poco/DEPENDS
+++ b/libs/poco/DEPENDS
@@ -1,3 +1,7 @@
+depends zlib
+depends pcre
+depends expat
+depends sqlite
depends openssl
optional_depends unixODBC "" "--omit=Data/ODBC" "build Data/ODBC component"
optional_depends mysql "" "--omit=Data/MySQL" "build Data/MySQL component"
--- a/libs/poco/DETAILS
+++ b/libs/poco/DETAILS
@@ -1,11 +1,14 @@
MODULE=poco
VERSION=1.4.6p1-all
SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE2=poco-1.4.4-patch-for-libpcre-8.32.patch
SOURCE_URL=http://pocoproject.org/releases/$MODULE-${VERSION%p*}
+ SOURCE2_URL=https://github.com/herrwiese/gentoo-portage/blob/master/dev-libs/poco/files/
SOURCE_VFY=sha1:27ded31f36d086d0acaa5e0945965388aa253df1
+ SOURCE2_VFY=sha1:a2e9b03c1098f359c453a61204ef49bfbc6b45bc
WEB_SITE=http://pocoproject.org
ENTERED=20130417
- UPDATED=20130417
+ UPDATED=20130522
SHORT="C++ library for network-based applications"
cat << EOF
More information about the Lunar-commits
mailing list