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

iec61850: improve package build time

This commit is contained in:
Steffen Vogel 2017-11-19 19:22:20 +01:00
parent 27965309bf
commit 39ffecae29

View file

@ -47,7 +47,7 @@ rpm-nanomsg: $(BUILDDIR)/thirdparty/nanomsg/ | $(RPMDIR)/SOURCES/
rpmbuild -ba --define="_topdir $$(pwd)/$(RPMDIR)" $(SRCDIR)/packaging/rpm/nanomsg.spec
rpm-libiec61850: $(BUILDDIR)/thirdparty/libiec61850/ | $(RPMDIR)/SOURCES/
cmake -DCMAKE_INSTALL_PREFIX:PATH=$(PREFIX) -DCPACK_GENERATOR=TGZ \
cmake -DCMAKE_INSTALL_PREFIX:PATH=$(PREFIX) -DCPACK_SOURCE_GENERATOR=TGZ \
-H$(SRCDIR)/thirdparty/libiec61850 \
-B$(BUILDDIR)/thirdparty/libiec61850 $(CMAKE_OPTS)
make -C$(BUILDDIR)/thirdparty/libiec61850 package_source