[osmotrx] 03/08: sqlite3 not embedded
Ruben Undheim
rubund-guest at moszumanska.debian.org
Tue Feb 10 18:04:06 UTC 2015
This is an automated email from the git hooks/post-receive script.
rubund-guest pushed a commit to branch master
in repository osmotrx.
commit 0d0fb6680e9bc632663467047f040ba8e5da0031
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date: Sat Feb 7 13:02:07 2015 +0100
sqlite3 not embedded
---
debian/control | 3 ++-
debian/patches/01_not_embed_sqlite.patch | 24 ++++++++++++++++++++++++
debian/patches/series | 1 +
3 files changed, 27 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index eeea87d..069ca14 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,8 @@ Build-Depends: debhelper (>= 9),
pkg-config,
libuhd-dev,
libusb-1.0-0-dev,
- libboost-dev
+ libboost-dev,
+ libsqlite3-dev
Standards-Version: 3.9.6
Homepage: http://openbsc.osmocom.org/trac/wiki/OsmoTRX
#Vcs-Git: git://anonscm.debian.org/collab-maint/osmo-trx.git
diff --git a/debian/patches/01_not_embed_sqlite.patch b/debian/patches/01_not_embed_sqlite.patch
new file mode 100644
index 0000000..67d7ff1
--- /dev/null
+++ b/debian/patches/01_not_embed_sqlite.patch
@@ -0,0 +1,24 @@
+Index: osmotrx/Makefile.am
+===================================================================
+--- osmotrx.orig/Makefile.am 2015-02-06 23:31:31.316944097 +0100
++++ osmotrx/Makefile.am 2015-02-07 13:01:36.197792681 +0100
+@@ -28,7 +28,6 @@
+
+ # Order must be preserved
+ SUBDIRS = \
+- sqlite3 \
+ CommonLibs \
+ GSM \
+ Transceiver52M
+Index: osmotrx/Makefile.common
+===================================================================
+--- osmotrx.orig/Makefile.common 2015-02-06 23:31:31.316944097 +0100
++++ osmotrx/Makefile.common 2015-02-07 13:01:19.373792297 +0100
+@@ -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 = *~
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..50f9e7e
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01_not_embed_sqlite.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/osmotrx.git
More information about the debian-science-commits
mailing list