diff options
author | psykose <alice@ayaya.dev> | 2023-03-12 13:10:37 +0000 |
---|---|---|
committer | psykose <alice@ayaya.dev> | 2023-03-12 14:11:27 +0100 |
commit | e9180341afb610e11b4138d0b5ef5175e70ed0d2 (patch) | |
tree | 6ffaa50fd7b0fbd179893c7acce47984c4b7592c | |
parent | 53b92429db69750cc3cdc4c1ca1f2ba3ca0637ec (diff) | |
download | aports-e9180341afb610e11b4138d0b5ef5175e70ed0d2.tar.gz aports-e9180341afb610e11b4138d0b5ef5175e70ed0d2.tar.bz2 aports-e9180341afb610e11b4138d0b5ef5175e70ed0d2.tar.xz |
main/postgresql15: rebuild with new clang packaging
-rw-r--r-- | main/postgresql15/APKBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/main/postgresql15/APKBUILD b/main/postgresql15/APKBUILD index 1bcd3cb957e..dd0131f861e 100644 --- a/main/postgresql15/APKBUILD +++ b/main/postgresql15/APKBUILD @@ -3,7 +3,7 @@ # Contributor: Jakub Jirutka <jakub@jirutka.cz> _pkgname=postgresql pkgver=15.2 -pkgrel=0 +pkgrel=1 _majorver=${pkgver%%[_.]*} # Should this aport provide libpq* and libecpg*? true/false # Exactly one postgresql aport must be the default one! @@ -205,6 +205,8 @@ build() { export PYTHON=/usr/bin/python3 export CFLAGS="${CFLAGS/-Os/-O2}" export CPPFLAGS="${CPPFLAGS/-Os/-O2}" + # older clang versions don't have a 'clang' exe anymore. + export CLANG=clang-$_llvmver _configure --with-ldap make world |