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

Use master lib60870 instead of fork

The main repository of lib60870 has merged the pkg-config file fork used
until now.

Use the main lib60870 instead of my fork for 'packaging/deps.sh'.
This commit is contained in:
Philipp Jungkamp 2022-08-13 16:58:32 +00:00
parent 6fdf8b037e
commit 8e09bbb3ad

View file

@ -148,10 +148,10 @@ if ! pkg-config "libiec61850 >= 1.3.1" && \
popd
fi
# Build & Install lib60870 (fork with pkg-config file)
# Build & Install lib60870
if ! pkg-config "lib60870 >= 2.3.1" && \
[ -z "${SKIP_LIB60870}" ]; then
git clone ${GIT_OPTS} --branch pkgconfig https://github.com/PJungkamp/lib60870
git clone ${GIT_OPTS} https://github.com/mz-automation/lib60870.git
mkdir -p lib60870/build
pushd lib60870/build
cmake ${CMAKE_OPTS} ../lib60870-C