Commit 3217a374 authored by Robert Schmidt's avatar Robert Schmidt

Merge remote-tracking branch 'origin/ci-display-asn1c-commit' into integration_2023_w47

parents 041758a1 207f6599
...@@ -667,6 +667,8 @@ install_asn1c_from_source(){ ...@@ -667,6 +667,8 @@ install_asn1c_from_source(){
git clone https://github.com/mouse07410/asn1c /tmp/asn1c git clone https://github.com/mouse07410/asn1c /tmp/asn1c
cd /tmp/asn1c cd /tmp/asn1c
git checkout vlm_master git checkout vlm_master
# Showing which version is used
git log -n1
autoreconf -iv autoreconf -iv
./configure --prefix /opt/asn1c/ ./configure --prefix /opt/asn1c/
make -j`nproc` make -j`nproc`
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment