Change in osmo-sgsn[master]: debian: Fix typo in rules preventing build with IU support

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Thu Sep 13 12:56:56 UTC 2018


Harald Welte has submitted this change and it was merged. ( https://gerrit.osmocom.org/10927 )

Change subject: debian: Fix typo in rules preventing build with IU support
......................................................................

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
---
M debian/rules
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Jenkins Builder: Verified
  Harald Welte: Looks good to me, approved



diff --git a/debian/rules b/debian/rules
index 58ea9bb..fb31c58 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

-- 
To view, visit https://gerrit.osmocom.org/10927
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-sgsn
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I0ad1009100fd7c2798bcf22aa84a0d90fbe41a55
Gerrit-Change-Number: 10927
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder (1000002)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180913/d35f8577/attachment.htm>


More information about the gerrit-log mailing list