• 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/libgcrypt/libgcrypt-01-reconfigure.patch
Lionel LandwerlinLionel Landwerlin committed 22521b7c2a027 Mar 2010
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
diff --git a/configure b/configure
2
index 70a6d50..8f55d95 100755
3
--- a/configure
4
+++ b/configure
5
@@ -22306,14 +22306,15 @@ case "${host}" in
6
     i386-emx-os2 | i345686-pc-os2*emx | i386-pc-msdosdjgpp)
7
         ac_cv_sys_symbol_underscore=yes
8
         ;;
9
-    *)
10
-      if test "$cross_compiling" = yes; then
11
-        if test "x$ac_cv_sys_symbol_underscore" = x ; then
12
-           ac_cv_sys_symbol_underscore=yes
13
+    *)if test -z "$ac_cv_sys_symbol_underscore";then
14
+        if test "$cross_compiling" = yes; then
15
+            if test "x$ac_cv_sys_symbol_underscore" = x ; then
16
+                ac_cv_sys_symbol_underscore=yes
17
+            fi
18
+        else
19
+            tmp_do_check="yes"
20
+        fi
21
         fi
22
-      else
23
-         tmp_do_check="yes"
24
-      fi
25
        ;;
26
 esac
27
 if test "$tmp_do_check" = "yes"; then
  • 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.