[osm-gps-map] 25/153: debian/patches/01-fix_shared_library_linking.patch added, adds libraries to the linker
Ross Gammon
ross-guest at moszumanska.debian.org
Tue May 13 19:58:57 UTC 2014
This is an automated email from the git hooks/post-receive script.
ross-guest pushed a commit to branch master
in repository osm-gps-map.
commit 731525802b2fbe9ae3072ad695a849cb9d529ffd
Author: David Paleino <dapal at debian.org>
Date: Thu Jan 14 22:38:28 2010 +0100
debian/patches/01-fix_shared_library_linking.patch added, adds libraries to the linker
---
debian/changelog | 7 +++++++
debian/patches/01-fix_shared_library_linking.patch | 20 ++++++++++++++++++++
debian/patches/series | 1 +
3 files changed, 28 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index cb8b570..bb172f8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+osm-gps-map (0.4-2) UNRELEASED; urgency=low
+
+ * debian/patches/01-fix_shared_library_linking.patch added,
+ adds libraries to the linker
+
+ -- David Paleino <dapal at debian.org> Thu, 14 Jan 2010 22:37:11 +0100
+
osm-gps-map (0.4-1) unstable; urgency=low
* New upstream release
diff --git a/debian/patches/01-fix_shared_library_linking.patch b/debian/patches/01-fix_shared_library_linking.patch
new file mode 100644
index 0000000..938900c
--- /dev/null
+++ b/debian/patches/01-fix_shared_library_linking.patch
@@ -0,0 +1,20 @@
+From: David Paleino <dapal at debian.org>
+Subject: adds needed libraries to the linking
+Forwarded: no
+
+---
+ src/Makefile.am | 3 +++
+ 1 file changed, 3 insertions(+)
+
+--- osm-gps-map.orig/src/Makefile.am
++++ osm-gps-map/src/Makefile.am
+@@ -34,6 +34,9 @@ libosmgpsmap_la_SOURCES = \
+ libosmgpsmap_la_CFLAGS = \
+ -DG_LOG_DOMAIN=\"OsmGpsMap\"
+
++libosmgpsmap_la_LDFLAGS = \
++ -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -lsoup-2.4 -lglib-2.0
++
+ libosmgpsmapincdir = $(includedir)/osmgpsmap
+ libosmgpsmapinc_HEADERS = \
+ osm-gps-map.h
diff --git a/debian/patches/series b/debian/patches/series
index 4b0a709..eaaea61 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
+01-fix_shared_library_linking.patch
02-fix_python_library_linking.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/osm-gps-map.git
More information about the Pkg-grass-devel
mailing list