~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

[alpine-aports] [PATCH] main/seafile: fix build

Christian Kampka <christian@kampka.net>
Details
Message ID
<1447108049-31005-1-git-send-email-christian@kampka.net>
Sender timestamp
1447108049
DKIM signature
missing
Download raw message
Patch: +3 -3
---
 main/seafile/APKBUILD | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/main/seafile/APKBUILD b/main/seafile/APKBUILD
index f15956d..b0ba2e9 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() {
-- 
2.6.2



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)