1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

add workaround for broken libconfig build system

This commit is contained in:
Steffen Vogel 2016-10-13 22:12:44 -04:00
parent 8017cffe2f
commit e35c99b9a6

View file

@ -32,4 +32,8 @@ install-thirdparty: $(addprefix install-,$(DEPS))
clean-thirdparty: $(addprefix clean-,$(DEPS))
.PHONY: $(DEPS) thirdparty clean-thirdparty install-thirdparty
.PHONY: $(DEPS) thirdparty clean-thirdparty install-thirdparty# libconfig's build system is currently broken.
# This is a workaround for: https://github.com/hyperrealm/libconfig/issues/53
libconfig: | libconfig-fix
libconfig-fix:
rm -f $(SRCDIR)/thirdparty/libconfig/lib/scanner.[hc]