Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37041046
en ru br
Репозитории ALT

Группа :: Базы Данных
Пакет: postgresql12

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: 0002-Fix-search-for-setproctitle.patch
Скачать


diff -ruN postgresql12-12.11.orig/configure.in postgresql12-12.11/configure.in
--- postgresql12-12.11.orig/configure.in	2022-05-11 06:18:55.000000000 +0000
+++ postgresql12-12.11/configure.in	2022-05-11 06:21:43.517916123 +0000
@@ -1194,7 +1194,7 @@
 ##
 
 AC_CHECK_LIB(m, main)
-AC_SEARCH_LIBS(setproctitle, util)
+AC_SEARCH_LIBS(setproctitle, setproctitle)
 # gcc/clang's sanitizer helper library provides dlopen but not dlsym, thus
 # when enabling asan the dlopen check doesn't notice that -ldl is actually
 # required. Just checking for dlsym() ought to suffice.
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin