Merge pull request #11932 from Rmys/master

postgresql rebuild
This commit is contained in:
Rmys
2023-05-31 12:10:25 +03:00
committed by GitHub
2 changed files with 8 additions and 1 deletions
+5 -1
View File
@@ -15,19 +15,23 @@ def setup():
--include=/usr/include/postgresql \
--with-includes=/usr/include/libxml2/ \
--with-tcl \
--with-krb5 \
--with-gssapi \
--with-openssl \
--enable-nls \
--with-pam \
--with-libxml \
--with-libxslt \
--with-ldap \
--with-readline \
--with-lz4 \
--with-libxslt \
--enable-integer-datetimes \
--enable-thread-safety \
--enable-depend \
--host=%s \
--libdir=/usr/lib \
--disable-rpath \
--with-system-tzdata=/usr/share/zoneinfo \
--with-docdir=/usr/share/doc/postgresql" % get.CHOST())
def build():
+3
View File
@@ -18,6 +18,7 @@
<Dependency>e2fsprogs-devel</Dependency>
<Dependency>pam-devel</Dependency>
<Dependency>readline-devel</Dependency>
<Dependency>lz4-devel</Dependency>
<Dependency>zlib-devel</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>openssl-devel</Dependency>
@@ -38,6 +39,7 @@
<RuntimeDependencies>
<Dependency>mit-kerberos</Dependency>
<Dependency>python3</Dependency>
<Dependency>lz4</Dependency>
<Dependency>zlib</Dependency>
<Dependency>libxml2</Dependency>
<Dependency>openssl</Dependency>
@@ -73,6 +75,7 @@
<RuntimeDependencies>
<Dependency release="current">postgresql-lib</Dependency>
<Dependency>pam</Dependency>
<Dependency>lz4</Dependency>
<Dependency>zlib</Dependency>
<Dependency>libxml2</Dependency>
<Dependency>openssl</Dependency>