Re: [PATCH 2/3] Fix parallel build dependencies

2021-12-23 Thread Wietse Venema
Christian G?ttsche: > > I'll add a check to makedefs to fail the build with an UNSUPPORTED > > error if it sees that database plugins are linked with libpostfix-*. > > > > I'll also fix the makedefs check to reject LD_LIBRARY_PATH settings. > > Thanks, please disregard those two sent patches. No

Re: [PATCH 2/3] Fix parallel build dependencies

2021-12-23 Thread Christian Göttsche
On Thu, 23 Dec 2021 at 20:49, Wietse Venema wrote: > > Christian G?ttsche: > > On Wed, 22 Dec 2021 at 22:21, Wietse Venema wrote: > > > > > > Christian G?ttsche: > > > > Plugin shared util objects require the global util object to be build. > > > > > > > What was the make command? > > > > /usr/bi

Re: [PATCH 2/3] Fix parallel build dependencies

2021-12-23 Thread Wietse Venema
Christian G?ttsche: > On Wed, 22 Dec 2021 at 22:21, Wietse Venema wrote: > > > > Christian G?ttsche: > > > Plugin shared util objects require the global util object to be build. > > > > > What was the make command? > > /usr/bin/make -j2 LD_LIBRARY_PATH=$(pwd)/lib:${LD_LIBRARY_PATH} > > see https

Re: [PATCH 2/3] Fix parallel build dependencies

2021-12-23 Thread Christian Göttsche
On Wed, 22 Dec 2021 at 22:21, Wietse Venema wrote: > > Christian G?ttsche: > > Plugin shared util objects require the global util object to be build. > > > What was the make command? /usr/bin/make -j2 LD_LIBRARY_PATH=$(pwd)/lib:${LD_LIBRARY_PATH} see https://salsa.debian.org/cgzones/postfix-dev/

Re: [PATCH 2/3] Fix parallel build dependencies

2021-12-22 Thread Wietse Venema
Christian G?ttsche: > Plugin shared util objects require the global util object to be build. > What was the make command?

[PATCH 2/3] Fix parallel build dependencies

2021-12-22 Thread Christian Göttsche
Plugin shared util objects require the global util object to be build. set -e; for i in src/util src/global src/dns src/tls src/xsasl src/master src/milter src/postfix src/fsstone src/smtpstone src/sendmail src/error src/pickup src/cleanup src/smtpd src/local src/trivial-rewrite src/qmgr src/oq