From a2d9ff3ccd4e12735436b0578ce0020cb62f2c27 Mon Sep 17 00:00:00 2001 From: Mengxin Liu Date: Fri, 17 Dec 2021 16:07:55 +0800 Subject: [PATCH] Add EXTRA_CONFIGURE_OPTS for debian build Just like ovs debian build, ovn debian build also need `EXTRA_CONFIGURE_OPTS` to config CFLAGS, jemalloc etc. Submitted-at: https://github.com/ovn-org/ovn/pull/110 Signed-off-by: oilbeater Signed-off-by: oilbeater Signed-off-by: Numan Siddique --- AUTHORS.rst | 3 ++- debian/rules | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/AUTHORS.rst b/AUTHORS.rst index 064725f687..b8e64fdf2b 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -266,7 +266,8 @@ Matteo Croce mcroce@redhat.com Matthias May matthias.may@neratec.com Mauricio Vásquez mauricio.vasquezbernal@studenti.polito.it Maxime Coquelin maxime.coquelin@redhat.com -Mehak Mahajan +Mehak Mahajaon +Mengxin Liu mengxin@alauda.io Michael Arnaldi arnaldimichael@gmail.com Michal Weglicki michalx.weglicki@intel.com Mickey Spiegel mickeys.dev@gmail.com diff --git a/debian/rules b/debian/rules index bbd4d47448..b25a0b48ee 100755 --- a/debian/rules +++ b/debian/rules @@ -30,7 +30,7 @@ override_dh_autoreconf: dh_autoreconf $(DH_AS_NEEDED) override_dh_auto_configure: - dh_auto_configure -- --enable-ssl --enable-shared --with-ovs-source=${OVSDIR} + dh_auto_configure -- --enable-ssl --enable-shared --with-ovs-source=${OVSDIR} $(EXTRA_CONFIGURE_OPTS) override_dh_auto_test: ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))