aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-09-13 11:48:44 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2018-09-13 11:51:36 +0200
commite17ae024fa404c24ecd9c33c9397bd9ce98d6f95 (patch)
treecb0b39f71484802afa1bb62746d8672690e35630
parent5262ceca72871a68600aea300c362bc911598ea3 (diff)
debian: Fix typo in rules preventing build with IU support
It was discovered during OBS debian build that --enable-ui was not being passed despite being defined. Comparing with other similar projects it became clear that this override tag was not correct and it was being omitted. Change-Id: I0ad1009100fd7c2798bcf22aa84a0d90fbe41a55
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 58ea9bbe4..fb31c5830 100755
--- a/debian/rules
+++ b/debian/rules
@@ -47,7 +47,7 @@
# debmake generated override targets
# Set options for ./configure
CONFIGURE_FLAGS += --enable-iu
-override_dh_configure:
+override_dh_auto_configure:
dh_auto_configure -- $(CONFIGURE_FLAGS)
#
# Do not install libtool archive, python .pyc .pyo