All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] package/proj: add SQLITE3_LIBS to proj.pc.in
@ 2019-10-29 20:26 Arnout Vandecappelle
  0 siblings, 0 replies; only message in thread
From: Arnout Vandecappelle @ 2019-10-29 20:26 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=83d7f5dfd1dc0cde56bd20f1d01701bace58e30e
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

This will fix a static build failure with libgeotiff.

Patch was merged upstream.

Fixes:
 - http://autobuild.buildroot.org/results/737db533c16f285a02118ab048e8427d3e35803d

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
---
 ...oj.pc.in-add-SQLITE3_LIBS-to-Libs.Private.patch | 32 ++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/package/proj/0002-proj.pc.in-add-SQLITE3_LIBS-to-Libs.Private.patch b/package/proj/0002-proj.pc.in-add-SQLITE3_LIBS-to-Libs.Private.patch
new file mode 100644
index 0000000000..112559143e
--- /dev/null
+++ b/package/proj/0002-proj.pc.in-add-SQLITE3_LIBS-to-Libs.Private.patch
@@ -0,0 +1,32 @@
+From 0181fd5fa0d75c5a6339dee9a8eaea95ff4bf0b0 Mon Sep 17 00:00:00 2001
+From: Fabrice Fontaine <fontaine.fabrice@gmail.com>
+Date: Sun, 20 Oct 2019 11:05:42 +0200
+Subject: [PATCH] proj.pc.in: add SQLITE3_LIBS to Libs.Private
+
+Add @SQLITE3_LIBS@ to Libs.Private so applications linking statically
+with proj (such as libgeotiff) will know that they have to link with
+-lsqlite3
+
+Fixes:
+ - http://autobuild.buildroot.org/results/737db533c16f285a02118ab048e8427d3e35803d
+
+Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
+[Upstream status: https://github.com/OSGeo/PROJ/pull/1686]
+---
+ proj.pc.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/proj.pc.in b/proj.pc.in
+index 001f08a1..67a432f1 100644
+--- a/proj.pc.in
++++ b/proj.pc.in
+@@ -9,5 +9,5 @@ Description: Cartographic Projections Library.
+ Requires:
+ Version: @VERSION@
+ Libs: -L${libdir} -lproj
+-Libs.Private: -lstdc++
++Libs.Private: @SQLITE3_LIBS@ -lstdc++
+ Cflags: -I${includedir}
+-- 
+2.23.0
+

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-10-29 20:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-29 20:26 [Buildroot] [git commit] package/proj: add SQLITE3_LIBS to proj.pc.in Arnout Vandecappelle

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.