aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorChristian Kampka <christian@kampka.net>2015-11-09 23:27:29 +0100
committerCarlo Landmeter <clandmeter@gmail.com>2015-11-09 23:58:20 +0100
commit6a083b076e588b6f0bd849cffb2057cee925c5a9 (patch)
tree247651a6b6dee849dacd31245ead020c3d594a9a /main
parent29c5e9daeb97e4b9507defcf4c55a4a4ed5c56d0 (diff)
downloadaports-6a083b076e588b6f0bd849cffb2057cee925c5a9.tar.bz2
aports-6a083b076e588b6f0bd849cffb2057cee925c5a9.tar.xz
main/seafile: fix build
Diffstat (limited to 'main')
-rw-r--r--main/seafile/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/seafile/APKBUILD b/main/seafile/APKBUILD
index f15956d3a9..b0ba2e9ce4 100644
--- a/main/seafile/APKBUILD
+++ b/main/seafile/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=seafile
pkgver=4.2.6
-pkgrel=1
+pkgrel=2
pkgdesc="Cloud storage system with advanced support for file syncing, privacy protection and teamwork"
url="https://github.com/haiwen/seafile/"
arch="all"
@@ -10,7 +10,7 @@ license="GPL3"
makedepends="autoconf automake bash ccnet-dev curl-dev fuse-dev glib-dev
intltool jansson-dev libarchive-dev libevent-dev libevhtp-dev
libsearpc-dev libtool libzdb-dev openssl-dev sqlite-dev util-linux-dev
- vala bsd-compat-headers"
+ vala bsd-compat-headers libevhtp-dev"
depends="bash ${pkgname}-common"
pkgusers="seafile"
pkggroups="seafile"
@@ -45,7 +45,7 @@ build() {
--enable-fuse \
--enable-client \
--enable-console
- make || return 1
+ make CFLAGS="$CFLAGS $(pkgconf --cflags evhtp)" || return 1
}
package() {