Change in docker-playground[master]: pcu-master: Remove non-existent --enable-trx configure option from Do...

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/.

laforge gerrit-no-reply at lists.osmocom.org
Tue Dec 17 11:48:56 UTC 2019


laforge has submitted this change. ( https://gerrit.osmocom.org/c/docker-playground/+/16526 )

Change subject: pcu-master: Remove non-existent --enable-trx configure option from Dockerfile
......................................................................

pcu-master: Remove non-existent --enable-trx configure option from Dockerfile

configure: WARNING: unrecognized options: --enable-trx

Change-Id: I24f10e2b99771cdd5a1e72a1ad5626aff649258f
---
M osmo-pcu-master/Dockerfile
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  fixeria: Looks good to me, approved
  laforge: Looks good to me, but someone else must approve; Verified



diff --git a/osmo-pcu-master/Dockerfile b/osmo-pcu-master/Dockerfile
index 01f7755..1aed8c9 100644
--- a/osmo-pcu-master/Dockerfile
+++ b/osmo-pcu-master/Dockerfile
@@ -32,7 +32,7 @@
 	(git symbolic-ref -q HEAD && git reset --hard origin/$OSMO_PCU_BRANCH || exit 1); \
 	git rev-parse --abbrev-ref HEAD && git rev-parse HEAD && \
 	autoreconf -fi && \
-	./configure --enable-trx && \
+	./configure && \
 	make -j8 install
 
 VOLUME	/data
@@ -42,4 +42,4 @@
 WORKDIR	/data
 CMD	["/usr/local/bin/osmo-pcu", "-i", "172.18.0.230"]
 
-#EXPOSE	
+#EXPOSE

-- 
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/16526
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I24f10e2b99771cdd5a1e72a1ad5626aff649258f
Gerrit-Change-Number: 16526
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: fixeria <axilirator at gmail.com>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20191217/c043898f/attachment.htm>


More information about the gerrit-log mailing list