summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatthias Van Gestel2020-11-07 07:59:35 +0100
committerMatthias Van Gestel2020-11-07 07:59:35 +0100
commite30ed919def599fbce6007b22167fba775d2bdc1 (patch)
tree60d4cc36e30ffa12f16b75319b1a940b43d9b8cb /PKGBUILD
parentbc08e0fbe7db21b3f47feb42fe664dd24f3ab236 (diff)
downloadaur-e30ed919def599fbce6007b22167fba775d2bdc1.tar.gz
Fix openssl support
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fe31b32d2aa6..62cd5501e797 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: fenrig <fenrig.linux at outlook.com>
pkgname=libpcb-git
pkgver=0.1.2.r0.gaebfbc1
-pkgrel=4
+pkgrel=5
pkgdesc="Library providing common functionality to the PCB ecosystem"
arch=('any')
url="https://gitlab.com/soft.at.home/pcb/libpcb.git"
@@ -46,6 +46,7 @@ prepare() {
build() {
# STAGINGDIR
export STAGINGDIR=$(pwd)
+ export CONFIGDIR=$STAGINGDIR
cd "${pkgname}"
make clean
make