summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRod Kay2021-10-21 12:28:15 +1100
committerRod Kay2021-10-21 12:28:15 +1100
commit91c80fc34dc5509cb9f2bbcac973c5f03368ee17 (patch)
treef81651676c39b734e3e3938471e795926719b6a7 /PKGBUILD
parent625b18ee5b6d29f2df61a12fdafab06d8b5e0783 (diff)
downloadaur-91c80fc34dc5509cb9f2bbcac973c5f03368ee17.tar.gz
Build with SSL support.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 571ca779778d..ddde6e4af9a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ada-web-server
pkgver=2021
-pkgrel=1
+pkgrel=2
pkgdesc="A complete embeddable web application framework for Ada."
arch=(i686 x86_64)
@@ -10,7 +10,7 @@ url=http://libre.adacore.com/tools/aws
license=(GPL)
groups=(gcc-ada)
-depends=(gcc-ada)
+depends=(gcc-ada openssl)
makedepends=(git gprbuild texlive-bin python-sphinx)
provides=(aws)
@@ -44,7 +44,7 @@ build()
cd $srcdir/aws
- make prefix=/usr setup
+ make prefix=/usr SOCKET=openssl setup
make -j1 build
cd $srcdir/aws/docs
@@ -82,4 +82,4 @@ package()
"COPYING.RUNTIME" \
"$pkgdir/usr/share/licenses/templates-parser/COPYING.RUNTIME"
-} \ No newline at end of file
+}