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

pespin gerrit-no-reply at lists.osmocom.org
Mon Dec 9 13:01:29 UTC 2019


pespin has uploaded this change for review. ( 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(-)



  git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/26/16526/1

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: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20191209/feeeab23/attachment.htm>


More information about the gerrit-log mailing list