• 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/gd/gd-gdlib-config.patch
Thomas PetazzoniThomas Petazzoni committed d50c7be769f24 Mar 2013
Raw file
Source viewDiff to previous
 
1
Fix gdlib-config
2
​
3
Since the @LIBICONV@ macro doesn't get replaced at compile time, we
4
end up installing an invalid gdlib-config: the gdlib-config --libs
5
says that one should link against @LIBICONV@ which obviously doesn't
6
work.
7
​
8
Use the OpenWRT patch from
9
https://dev.openwrt.org/browser/packages/libs/gd/patches/101-gdlib-config.patch
10
​
11
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
12
​
13
--- a/config/gdlib-config.in
14
+++ b/config/gdlib-config.in
15
@@ -71,7 +71,7 @@ while test $# -gt 0; do
16
    echo @LDFLAGS@
17
    ;;
18
     --libs)
19
-   echo @LIBS@ @LIBICONV@
20
+   echo @LIBS@
21
    ;;
22
     --cflags|--includes)
23
    echo -I@includedir@
24
@@ -84,7 +84,7 @@ while test $# -gt 0; do
25
    echo "includedir: $includedir"
26
    echo "cflags:     -I@includedir@"
27
    echo "ldflags:    @LDFLAGS@"
28
-   echo "libs:       @LIBS@ @LIBICONV@"
29
+   echo "libs:       @LIBS@"
30
    echo "libdir:     $libdir"
31
    echo "features:   @FEATURES@"
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.