]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commit
Add -no-undefined automatically for MinGW-w64 1090/head
authorWolfgang Stöggl <c72578@yahoo.de>
Sun, 9 Aug 2020 19:20:02 +0000 (21:20 +0200)
committerWolfgang Stöggl <c72578@yahoo.de>
Sun, 9 Aug 2020 20:03:32 +0000 (22:03 +0200)
commit917399a90e0e24c8beb94bfeb7e7d9dab4873021
tree5fac73d10244cf9129378ed3ba7f8ff95fcdaef1
parent37cac323f9206b07e3266c8382f84f9ca8f9503f
Add -no-undefined automatically for MinGW-w64

The linker flag -no-undefined is required, when building the dll for
Windows using MinGW-w64. Add -no-undefined to librrd_la_LDFLAGS in
Makefile.am in case of MinGW-w64 builds. This way it is not necessary
anymore to add LDFLAGS=-no-undefined to the make command.
ci-build_MSYS2.sh
src/Makefile.am
win32/README-MinGW-w64