[Lunar-commits] <moonbase> ORBit2: Adding a CONFIGURE/BUILD to allow for http connections.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Wed May 5 17:02:37 CEST 2010
commit a7aa4bdc8959d1a52e1283669fd84f276f70508a
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Wed May 5 11:02:37 2010 -0400
ORBit2: Adding a CONFIGURE/BUILD to allow for http connections.
---
gnome2/platform/ORBit2/BUILD | 9 +++++++++
gnome2/platform/ORBit2/CONFIGURE | 1 +
gnome2/platform/ORBit2/DETAILS | 2 +-
3 files changed, 11 insertions(+), 1 deletions(-)
diff --git a/gnome2/platform/ORBit2/BUILD b/gnome2/platform/ORBit2/BUILD
new file mode 100644
index 0000000..622bab4
--- /dev/null
+++ b/gnome2/platform/ORBit2/BUILD
@@ -0,0 +1,9 @@
+(
+
+ if [ "$HTTP_CONNECTIONS" == "y" ] ; then
+ OPTS+=" --enable-http"
+ fi &&
+
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/gnome2/platform/ORBit2/CONFIGURE b/gnome2/platform/ORBit2/CONFIGURE
new file mode 100644
index 0000000..bad723f
--- /dev/null
+++ b/gnome2/platform/ORBit2/CONFIGURE
@@ -0,0 +1 @@
+mquery HTTP_CONNECTIONS "Compile ORBit2 to use http connections?" "y"
diff --git a/gnome2/platform/ORBit2/DETAILS b/gnome2/platform/ORBit2/DETAILS
index b156243..23730e0 100644
--- a/gnome2/platform/ORBit2/DETAILS
+++ b/gnome2/platform/ORBit2/DETAILS
@@ -6,7 +6,7 @@
SOURCE_VFY=sha1:76074570d3fc08d4e62d37f02023fe1af3b7be3f
WEB_SITE=http://www.gnome.org
ENTERED=20020714
- UPDATED=20100402
+ UPDATED=20100505
PSAFE="no"
SHORT="High-performance CORBA Object Request Broker"
More information about the Lunar-commits
mailing list