Change in osmo-hlr[master]: tests: use -no-install libtool flag to avoid ./lt-* scripts

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

osmith gerrit-no-reply at lists.osmocom.org
Tue Mar 19 13:04:49 UTC 2019


osmith has submitted this change and it was merged. ( https://gerrit.osmocom.org/13315 )

Change subject: tests: use -no-install libtool flag to avoid ./lt-* scripts
......................................................................

tests: use -no-install libtool flag to avoid ./lt-* scripts

This ensures that the rpath of the generated binaries is set to use only
the just-compiled so-files and not any system-wide installed libraries
while avoiding the ugly shell script wrapper.

Change-Id: I927561289b17b313d52fb5c1da55e237fc1d33be
---
M tests/auc/Makefile.am
M tests/db/Makefile.am
M tests/gsup/Makefile.am
M tests/gsup_server/Makefile.am
4 files changed, 7 insertions(+), 0 deletions(-)

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



diff --git a/tests/auc/Makefile.am b/tests/auc/Makefile.am
index 9f2974f..a3814b6 100644
--- a/tests/auc/Makefile.am
+++ b/tests/auc/Makefile.am
@@ -13,6 +13,7 @@
 	$(NULL)
 
 AM_LDFLAGS = \
+	-no-install \
 	$(NULL)
 
 EXTRA_DIST = \
diff --git a/tests/db/Makefile.am b/tests/db/Makefile.am
index d5fce65..afda5be 100644
--- a/tests/db/Makefile.am
+++ b/tests/db/Makefile.am
@@ -10,6 +10,10 @@
 	$(SQLITE3_CFLAGS) \
 	$(NULL)
 
+AM_LDFLAGS = \
+	-no-install \
+	$(NULL)
+
 EXTRA_DIST = \
 	db_test.ok \
 	db_test.err \
diff --git a/tests/gsup/Makefile.am b/tests/gsup/Makefile.am
index 7c33dbd..907aae8 100644
--- a/tests/gsup/Makefile.am
+++ b/tests/gsup/Makefile.am
@@ -12,6 +12,7 @@
 	$(NULL)
 
 AM_LDFLAGS = \
+	-no-install \
 	$(NULL)
 
 EXTRA_DIST = \
diff --git a/tests/gsup_server/Makefile.am b/tests/gsup_server/Makefile.am
index fee60f5..686ce37 100644
--- a/tests/gsup_server/Makefile.am
+++ b/tests/gsup_server/Makefile.am
@@ -12,6 +12,7 @@
 	$(NULL)
 
 AM_LDFLAGS = \
+	-no-install \
 	$(NULL)
 
 EXTRA_DIST = \

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

Gerrit-Project: osmo-hlr
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I927561289b17b313d52fb5c1da55e237fc1d33be
Gerrit-Change-Number: 13315
Gerrit-PatchSet: 2
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder (1000002)
Gerrit-Reviewer: Max <msuraev at sysmocom.de>
Gerrit-Reviewer: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-Reviewer: osmith <osmith at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190319/9ee84c07/attachment.htm>


More information about the gerrit-log mailing list