]> granicus.if.org Git - sysstat/commit
Makefile: honour LDFLAGS passed to ./configure
authorLukáš Zaoral <lzaoral@redhat.com>
Thu, 31 Mar 2022 12:06:03 +0000 (14:06 +0200)
committerLukáš Zaoral <lzaoral@redhat.com>
Thu, 31 Mar 2022 12:41:19 +0000 (14:41 +0200)
commit28c490333f9cbaf1c656a786714e2d0b252270f2
tree0b2ae141021a6f96b1e878112050413fce8e5109
parentf4605f3b5560751623f2c7e34ed85e0e7dde4769
Makefile: honour LDFLAGS passed to ./configure

The configure script help says that the LDFLAGS environment variable can be
used to pass additional flags to linker during build.

However, Makefile.in did not mention this variable at all so the additional
flags were silently skipped.
Makefile.in