• 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/libnfnetlink/libnfnetlink-01-uclinux.patch
Gustavo ZacariasGustavo Zacarias committed 836105d985d10 Sep 2013
Raw file
Source viewDiff to previous
 
1
From 8e5a9d8f32c9646d01d8c84e979892dfd28a7f7c Mon Sep 17 00:00:00 2001
2
From: Gustavo Zacarias <gustavo@zacarias.com.ar>
3
Date: Tue, 10 Sep 2013 15:35:22 -0300
4
Subject: [PATCH] configure: uclinux is also linux
5
​
6
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
7
---
8
 configure.ac | 2 +-
9
 1 file changed, 1 insertion(+), 1 deletion(-)
10
​
11
diff --git a/configure.ac b/configure.ac
12
index 0926a1c..b979772 100644
13
--- a/configure.ac
14
+++ b/configure.ac
15
@@ -18,7 +18,7 @@ AC_DISABLE_STATIC
16
 AM_PROG_LIBTOOL
17
 
18
 case "$host" in 
19
-*-*-linux*) ;;
20
+*-*-linux* | *-*-uclinux*) ;;
21
 *) AC_MSG_ERROR([Linux only, dude!]);;
22
 esac
23
 
24
-- 
25
1.8.1.5
26
​
  • 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.