• 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/libedit/0001-check-bsd-functions-in-libbsd.patch
Bernd KuhlsBernd Kuhls committed c80f0490d9926 Apr 2015
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
configure: on Linux, the BSD functions require linking against libbsd
2
​
3
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
4
(Rebased against 20150325-3.1)
5
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
6
​
7
diff -durN libedit-20130712-3.1.orig/configure.ac libedit-20130712-3.1/configure.ac
8
--- libedit-20130712-3.1.orig/configure.ac  2013-07-12 20:39:22.000000000 +0200
9
+++ libedit-20130712-3.1/configure.ac   2013-07-28 23:35:35.012676469 +0200
10
@@ -117,6 +117,10 @@
11
 #AC_FUNC_REALLOC
12
 AC_TYPE_SIGNAL
13
 AC_FUNC_STAT
14
+
15
+# Search for libbsd for *vis functions
16
+AC_CHECK_LIB([bsd], [vis])
17
+
18
 AC_CHECK_FUNCS([endpwent isascii memchr memset re_comp regcomp strcasecmp strchr strcspn strdup strerror strrchr strstr strtol issetugid wcsdup strlcpy strlcat fgetln vis strvis strunvis __secure_getenv secure_getenv])
19
 
20
 # strlcpy
  • 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.