summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 9 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ea3da59e3084..ce3918a54462 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=opendds
_pkgname=OpenDDS
pkgver=3.5.1
-pkgrel=1
-pkgdesc="Open source C++ implementaiton of OMG Data Distribution Service (DDS)"
+pkgrel=2
+pkgdesc="Open source C++ implementation of OMG Data Distribution Service (DDS)"
arch=('i686' 'x86_64')
url="http://www.opendds.org/"
license=('custom')
@@ -29,6 +29,13 @@ prepare() {
build() {
cd DDS
+ DOC_ROOT="$srcdir/ACE_wrappers" \
+ ACE_ROOT="$DOC_ROOT/ACE" \
+ TAO_ROOT="$DOC_ROOT/ACE/TAO" \
+ CIAO_ROOT="$DOC_ROOT/ACE/CIAO" \
+ DANCE_ROOT="$DOC_ROOT/ACE/DAnCE" \
+ DDS_ROOT="$srcdir/DDS" \
+ MPC_ROOT="$DOC_ROOT/MPC" \
./configure \
--ace="$srcdir/ACE_wrappers" \
--tao="$srcdir/ACE_wrappers/TAO"