From a4b569d9366d638579bb95808e2884886424624a Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Mon, 25 Jun 2018 17:02:20 +0200 Subject: [PATCH] debian: Explicitly enable osmo-trx-uhd build osmotrxuhd is already being built since it's enabled by default, but let's make it more explicit that we are building it too. Change-Id: Ie9c224485cce047cd3ee4600ff7fbdb082355cdc --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 1c0cd00a..8081162f 100755 --- a/debian/rules +++ b/debian/rules @@ -9,7 +9,7 @@ override_dh_shlibdeps: dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info override_dh_auto_configure: - dh_auto_configure -- --with-usrp1 --with-lms + dh_auto_configure -- --with-uhd --with-usrp1 --with-lms override_dh_strip: dh_strip --dbg-package=osmo-trx-dbg