Skip to content

Commit

Permalink
mail-mta/postfix: add 3.9_pre20240129, drop 3.9_pre20240125
Browse files Browse the repository at this point in the history
Robustness: unset LD_LIBRARY_PATH during configure

Closes: https://bugs.gentoo.org/915670
Signed-off-by: Eray Aslan <[email protected]>
  • Loading branch information
erayaslan committed Jan 30, 2024
1 parent 2d02b7b commit 9d2965e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mail-mta/postfix/Manifest
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
DIST postfix-3.8.4.tar.gz 4864184 BLAKE2B 200ce3d72444da05e42fc8627002d53d68c1b3d78b7f74b0130ac958c23d16454783ef4849a8c9a4e3cba8ae36646e921f7e94ac4fb819b597e1a5ab1a875272 SHA512 5bae3d62e104714aead1fff28a595bab4315227382f53c8dae2a231f4240e31abda19c1e3befc1db4c89bc5d66c9a43830390365aadabdac5cf36b493c5c48c7
DIST postfix-3.8.5.tar.gz 4871284 BLAKE2B 0de999c47a4130eb3418ec60b23c10be405b9bc4b2a6022671f9dc4713256d2b81d3b43f01d89e02d2593f87109dcde366b0265eb0cb13cb3118d0e60e36b48b SHA512 26005da5750e7af742f4fc7596ae8320467176e069546c3487418c663b54f56734b4a6541665b8d72d94df2e0fd4f68a2bcc44c50a6d950334d5a5fb2293dff4
DIST postfix-3.9-20240125.tar.gz 4896892 BLAKE2B 8e6025c2512ff7511251cbd3037292d23bd6d96fdfb42f28f15a5dd10cd4f5a323809f7b944d5cd2ecb24d64f9c6bb9d2d26a44e203db7d6744ff94dfe480d20 SHA512 df714b97ba59d8222e1173e35451d8d9132c0b6339ca1ac01ff27a32c021629fb9b5ea79fb8e5d9b23302f873ab4cde040d74b90acc8e246ef7a403c9ed21800
DIST postfix-3.9-20240129.tar.gz 4884563 BLAKE2B aab28e337268ca8a5d1355b545d03e8d6310d61118b367a78bc2927462d6187c55ed896e7a6c687ad05b830ad30a498e086673ec7a7fabd9d2ac85b7c9dd8f5a SHA512 dfb1f06fe01f5fcfeee25b1fc4892d07e6404717e410697c7407db1c1724c2bd9083e61ba2b9af705aa696d7a72d30844c3fcf9604579ce2830ecb0004870de9
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ src_prepare() {
}

src_configure() {
# bug #915670
unset LD_LIBRARY_PATH

for name in CDB LDAP LMDB MYSQL PCRE PGSQL SDBM SQLITE
do
local AUXLIBS_${name}=""
Expand Down

0 comments on commit 9d2965e

Please sign in to comment.