bug in contrib/contrib-global.mk

Поиск
Список
Период
Сортировка
От gianpaolo racca
Тема bug in contrib/contrib-global.mk
Дата
Msg-id 200209031742.56900.gianpaolo@preciso.net
обсуждение исходный текст
Ответы Re: bug in contrib/contrib-global.mk
Список pgsql-bugs
In postgres 7.2.2 i found an error that causes array not to be correctly=20
installed, because variable $libdir not to be expanded.

line 196
sed 's,MODULE_PATHNAME,$$libdir/$*,g' $< >$@
I think should be
sed 's,MODULE_PATHNAME,$(libdir)/$*,g' $< >$@


bye,

    gianpaolo

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