Re: Building with meson on NixOS/nixpkgs

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Building with meson on NixOS/nixpkgs
Дата
Msg-id 1676dbf7-9182-4e2d-8793-752a3fbac990@eisentraut.org
обсуждение исходный текст
Ответ на Re: Building with meson on NixOS/nixpkgs  (walther@technowledgy.de)
Ответы Re: Building with meson on NixOS/nixpkgs  (walther@technowledgy.de)
Список pgsql-hackers
On 29.03.24 19:47, walther@technowledgy.de wrote:
 > -    uuid = dependency('ossp-uuid', required: true)
 > +    # upstream is called "uuid", but many distros change this to 
"ossp-uuid"
 > +    uuid = dependency('ossp-uuid', 'uuid', required: true)

How would this behave if you have only uuid.pc from e2fsprogs installed 
but choose -Duuid=ossp?  Then it would pick up uuid.pc here, but fail to 
compile later?




В списке pgsql-hackers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Speed up clean meson builds by ~25%
Следующее
От: walther@technowledgy.de
Дата:
Сообщение: Re: Building with meson on NixOS/nixpkgs