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