postgresql: build uuid-ossp with libuuid
Don't use libossp.
This commit is contained in:
parent
e3cf5cf4ad
commit
c968f430dc
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'postgresql'
|
||||
pkgname=postgresql
|
||||
version=9.4.1
|
||||
revision=5
|
||||
revision=6
|
||||
build_style=gnu-configure
|
||||
make_build_target="world"
|
||||
configure_args="--with-openssl --with-python
|
||||
--with-pam --datadir=/usr/share/postgresql --enable-thread-safety
|
||||
--with-perl --with-tcl --without-ldap --without-gssapi --without-krb5
|
||||
--without-bonjour --with-libxml --with-libxslt --disable-rpath
|
||||
--with-system-tzdata=/usr/share/zoneinfo --enable-nls --with-ossp-uuid"
|
||||
--with-system-tzdata=/usr/share/zoneinfo --enable-nls --with-uuid=e2fs"
|
||||
short_desc="Sophisticated open-source Object-Relational DBMS"
|
||||
maintainer="Philipp Hirsch <itself@hanspolo.net>"
|
||||
homepage="http://www.postgresql.org"
|
||||
|
@ -16,9 +16,9 @@ license="BSD"
|
|||
distfiles="ftp://ftp.postgresql.org/pub/source/v${version}/${pkgname}-${version}.tar.bz2"
|
||||
checksum=29ddb77c820095b8f52e5455e9c6c6c20cf979b0834ed1986a8857b84888c3a6
|
||||
|
||||
hostmakedepends="flex docbook docbook2x openjade libossp-devel"
|
||||
hostmakedepends="flex docbook docbook2x openjade"
|
||||
makedepends="libfl-devel readline-devel libressl-devel perl
|
||||
tcl-devel python-devel libxml2-devel libxslt-devel pam-devel libossp-devel"
|
||||
tcl-devel python-devel libxml2-devel libxslt-devel pam-devel libuuid-devel"
|
||||
conf_files="
|
||||
/etc/default/${pkgname}
|
||||
/etc/pam.d/${pkgname}
|
||||
|
|
Loading…
Reference in New Issue
Block a user