osmo-hnbgw-master: build with --enable-pfcp

Change-Id: If84261cba2bf3b75c454fd5d16fd19a88a468eb7
This commit is contained in:
Neels Hofmeyr 2022-09-14 13:24:27 +02:00
parent 5226db6c01
commit 395cdbb41f
1 changed files with 4 additions and 2 deletions

View File

@ -14,7 +14,9 @@ RUN apt-get update && \
libosmo-ranap-dev \
libosmo-rua-dev \
libosmo-hnbap-dev \
libasn1c-dev && \
libasn1c-dev \
libosmo-pfcp-dev \
&& \
apt-get clean
WORKDIR /tmp
@ -29,7 +31,7 @@ RUN cd osmo-hnbgw && \
(git symbolic-ref -q HEAD && git reset --hard origin/$OSMO_HNBGW_BRANCH || exit 1); \
git rev-parse --abbrev-ref HEAD && git rev-parse HEAD && \
autoreconf -fi && \
./configure && \
./configure --enable-pfcp && \
make "-j$(nproc)" install && \
ldconfig