[PATCH] osmo-trx[master]: Do not embed sqlite3 when building

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

Max gerrit-no-reply at lists.osmocom.org
Wed Dec 21 17:42:12 UTC 2016


Review at  https://gerrit.osmocom.org/1484

Do not embed sqlite3 when building

Change-Id: If5edadc04c3ff953b451676e55ad3d00d4e43c82
---
M Makefile.am
M Makefile.common
2 files changed, 1 insertion(+), 2 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-trx refs/changes/84/1484/1

diff --git a/Makefile.am b/Makefile.am
index 06251f0..f9f5a5c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -28,7 +28,6 @@
 
 # Order must be preserved
 SUBDIRS = \
-	sqlite3 \
 	CommonLibs \
 	GSM \
 	Transceiver52M
diff --git a/Makefile.common b/Makefile.common
index 734ab3a..d7927a5 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -33,6 +33,6 @@
 
 COMMON_LA = $(top_builddir)/CommonLibs/libcommon.la
 GSM_LA = $(top_builddir)/GSM/libGSM.la
-SQLITE_LA = $(top_builddir)/sqlite3/libsqlite.la -ldl
+SQLITE_LA = -lsqlite3
 
 MOSTLYCLEANFILES = *~

-- 
To view, visit https://gerrit.osmocom.org/1484
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: If5edadc04c3ff953b451676e55ad3d00d4e43c82
Gerrit-PatchSet: 1
Gerrit-Project: osmo-trx
Gerrit-Branch: master
Gerrit-Owner: Max <msuraev at sysmocom.de>
Gerrit-Reviewer: Ruben Undheim <ruben.undheim at gmail.com>



More information about the gerrit-log mailing list