Skip to content

Commit

Permalink
Add EXTRA_CONFIGURE_OPTS for debian build
Browse files Browse the repository at this point in the history
Just like ovs debian build, ovn debian build also need `EXTRA_CONFIGURE_OPTS` to config CFLAGS, jemalloc etc.

Submitted-at: #110
Signed-off-by: oilbeater <mengxin@alauda.io>
Signed-off-by: oilbeater <liumengxinfly@gmail.com>
Signed-off-by: Numan Siddique <numans@ovn.org>
  • Loading branch information
oilbeater authored and numansiddique committed Dec 21, 2021
1 parent 1431276 commit a2d9ff3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion AUTHORS.rst
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion debian/rules
Expand Up @@ -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)))
Expand Down

0 comments on commit a2d9ff3

Please sign in to comment.