• 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/gauche/0001-fix-so-suffix.patch
kei-k@ca2.so-net.ne.jpkei-k@ca2.so-net.ne.jp committed 1072b38788b04 Nov 2015
Raw file
Source viewDiff to previous
 
1
With uclibc or musl configuration, $host does not match to '*-linux-gnu*'.
2
I touch configure directly instead of configure.ac because autoreconf
3
failed by version mismatch of autotools.
4
​
5
Signed-off-by: Hiroshi Kawashima <kei-k@ca2.so-net.ne.jp>
6
​
7
diff -ur a/configure b/configure
8
--- a/configure 2014-07-20 15:15:05.000000000 +0900
9
+++ b/configure 2015-10-20 21:52:32.791442291 +0900
10
@@ -6843,7 +6843,7 @@
11
     SHLIB_MAIN_LDFLAGS=""
12
     SHLIB_OK=ok
13
     ;;
14
-  *-linux-gnu*|*-*-gnu*|*freebsd*|*dragonfly*)
15
+  *-linux-*|*-*-gnu*|*freebsd*|*dragonfly*)
16
     SHLIB_SO_CFLAGS="-fPIC"
17
     SHLIB_SO_LDFLAGS="$rpath -shared -o"
18
     SHLIB_SO_SUFFIX="so"
19
​
20
diff -ur a/configure.ac b/configure.ac
21
--- a/configure.ac  2015-10-21 21:33:17.370000200 +0900
22
+++ b/configure.ac  2015-10-21 21:33:39.784110527 +0900
23
@@ -572,7 +572,7 @@
24
     SHLIB_MAIN_LDFLAGS=""
25
     SHLIB_OK=ok
26
     ;;
27
-  *-linux-gnu*|*-*-gnu*|*freebsd*|*dragonfly*)
28
+  *-linux-*|*-*-gnu*|*freebsd*|*dragonfly*)
29
     SHLIB_SO_CFLAGS="-fPIC"
30
     SHLIB_SO_LDFLAGS="$rpath -shared -o"
31
     SHLIB_SO_SUFFIX="so"
  • 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.