debian: add libosmo-pfcp deps

Add missing bits from adding PFCP support in
Ic9bc30f322c4c6c6e82462d1da50cb15b336c63a

Related: SYS#5895
Change-Id: I54dfe600d45541fecbb4c05bf75f147934c230f0
This commit is contained in:
Neels Hofmeyr 2022-08-09 17:48:52 +02:00
parent e6201765cf
commit 26f1410dde
2 changed files with 3 additions and 0 deletions

2
debian/control vendored
View File

@ -21,6 +21,8 @@ Build-Depends: debhelper (>=9),
libosmo-hnbap-dev (>= 1.3.0),
libosmo-ranap-dev (>= 1.3.0),
libosmo-rua-dev (>= 1.3.0),
libosmo-gtlv-dev (>= 0.1.0),
libosmo-pfcp-dev (>= 0.1.0),
osmo-gsm-manuals-dev (>= 1.3.0)
Standards-Version: 3.9.8
Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-hnbgw

1
debian/rules vendored
View File

@ -46,6 +46,7 @@
# debmake generated override targets
CONFIGURE_FLAGS += --with-systemdsystemunitdir=/lib/systemd/system --enable-manuals
CONFIGURE_FLAGS += --enable-pfcp
override_dh_auto_configure:
dh_auto_configure -- $(CONFIGURE_FLAGS)
#