~alpine/aports

main/postgresql: add support for ossp-uuid extension v1 PROPOSED

Nathan Angelacos: 1
 main/postgresql:  add support for ossp-uuid extension

 1 files changed, 3 insertions(+), 2 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/1644/mbox | git am -3
Learn more about email & git

[alpine-aports] [PATCH] main/postgresql: add support for ossp-uuid extension Export this patch

	Compile against util-linux-dev, so that ossp-uuid is compiled
	This should address http://bugs.alpinelinux.org/issues/4832
---
 main/postgresql/APKBUILD | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/main/postgresql/APKBUILD b/main/postgresql/APKBUILD
index fe307b3..647e445 100644
--- a/main/postgresql/APKBUILD
+++ b/main/postgresql/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=postgresql
pkgver=9.4.5
pkgrel=0
pkgrel=1
pkgdesc="A sophisticated object-relational DBMS"
url="http://www.postgresql.org/"
arch="all"
@@ -9,7 +9,7 @@ license="BSD"
depends="postgresql-client"
install="$pkgname.pre-upgrade"
depends_dev="openssl-dev"
makedepends="$depends_dev libedit-dev zlib-dev libxml2-dev"
makedepends="$depends_dev libedit-dev zlib-dev libxml2-dev util-linux-dev"
subpackages="$pkgname-dev $pkgname-doc libpq $pkgname-client
	$pkgname-contrib"
patches="initdb.patch"
@@ -47,6 +47,7 @@ build() {
		--mandir=/usr/share/man \
		--with-openssl \
		--with-libedit-preferred \
		--with-uuid=e2fs \
		|| return 1

	make world || return 1
-- 
2.6.1



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---