From 26f1410dde112de701b228540b940168e31ab9eb Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Tue, 9 Aug 2022 17:48:52 +0200 Subject: [PATCH] debian: add libosmo-pfcp deps Add missing bits from adding PFCP support in Ic9bc30f322c4c6c6e82462d1da50cb15b336c63a Related: SYS#5895 Change-Id: I54dfe600d45541fecbb4c05bf75f147934c230f0 --- debian/control | 2 ++ debian/rules | 1 + 2 files changed, 3 insertions(+) diff --git a/debian/control b/debian/control index 3fe8035..5b06c20 100644 --- a/debian/control +++ b/debian/control @@ -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 diff --git a/debian/rules b/debian/rules index bce8ed6..f341a84 100755 --- a/debian/rules +++ b/debian/rules @@ -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) #