postgresql: llvm support may cause incompatibility issues

This commit is contained in:
Tim Biermann 2023-09-12 18:54:18 +02:00
parent b2e874d5e6
commit a5e8a594a1
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3x+ElHwMfTYlocs9ekFtXfa3il6dS04ALcm0YovBlpctnJfl/7oDr199AvfSS36qWYNFriCfuojR/Z49ZjwtAgI=
SHA256 (Pkgfile) = b03ad5ba1733eebb5927431d5cfa5e34a90f72be1d6752ddd5268aad5d228572
RWSagIOpLGJF37AAshJQ6B1CXerMLqAudGeOLHQqi4hYwh2X9AQfsUARNzskaVMMHzRAKYcUdpz8pjk2joJY0UBpz9R5vuz0RwY=
SHA256 (Pkgfile) = 7d53279758bd8acc27dc63fdaedf4da9c95db6139188e3a00d877bc4a0709ed8
SHA256 (.footprint) = 78d87c752a9fed8c538d01209bf7077583dd82cb7988ec0ac5948dc67056df88
SHA256 (postgresql-15.4.tar.bz2) = baec5a4bdc4437336653b6cb5d9ed89be5bd5c0c58b94e0becee0a999e63c8f9
SHA256 (postgresql-run-socket.patch) = 02ffb53b0a5049233f665c873b96264db77daab30e5a2194d038202d815a8e6a

View File

@ -18,7 +18,7 @@ build() {
patch -Np1 -i $SRC/postgresql-perl-rpath.patch
# optionals {{{
prt-get isinst clang && PKGMK_PGSQL+=' --with-llvm'
#prt-get isinst clang && PKGMK_PGSQL+=' --with-llvm'
prt-get isinst icu && PKGMK_PGSQL+=' --with-icu'
prt-get isinst krb5 && PKGMK_PGSQL+=' --with-gssapi'
prt-get isinst libxml2 && PKGMK_PGSQL+=' --with-libxml'