• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/libglib2/0003-gio-2.0.pc-include-libmount-in-Libs.private.patch
Rahul BedarkarRahul Bedarkar committed 84dea98064c18 Oct 2016
Raw file
Source viewDiff to previous
 
1
From ee32416dec8462ee27c3c254100cf980b0889ce0 Mon Sep 17 00:00:00 2001
2
From: Rahul Bedarkar <rahul.bedarkar@imgtec.com>
3
Date: Tue, 18 Oct 2016 23:04:50 +0530
4
Subject: [PATCH] gio-2.0.pc: include libmount in Libs.private
5
​
6
This helps with static linking. When application statically links with
7
libgio, it needs to link against libmount explicitly. When it is
8
mentioned in Libs.private, build system can figure out with which extra
9
libs to link against with help of pkg-config.
10
​
11
This build failure is detected by Buildroot autobuilder:
12
http://autobuild.buildroot.net/results/fdf/fdf26abbed0014606a7788ce5d60828a0e871186
13
​
14
Signed-off-by: Rahul Bedarkar <rahul.bedarkar@imgtec.com>
15
---
16
 gio-2.0.pc.in | 2 +-
17
 1 file changed, 1 insertion(+), 1 deletion(-)
18
​
19
diff --git a/gio-2.0.pc.in b/gio-2.0.pc.in
20
index 899af0c..7574eb7 100644
21
--- a/gio-2.0.pc.in
22
+++ b/gio-2.0.pc.in
23
@@ -14,5 +14,5 @@ Version: @VERSION@
24
 Requires: glib-2.0 gobject-2.0
25
 Requires.private: gmodule-no-export-2.0
26
 Libs: -L${libdir} -lgio-2.0
27
-Libs.private: @ZLIB_LIBS@ @NETWORK_LIBS@ @SELINUX_LIBS@ @COCOA_LIBS@ @CARBON_LIBS@
28
+Libs.private: @ZLIB_LIBS@ @NETWORK_LIBS@ @SELINUX_LIBS@ @COCOA_LIBS@ @CARBON_LIBS@ @LIBMOUNT_LIBS@
29
 Cflags:
30
-- 
31
2.6.2
32
​
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.