• 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/readline/readline-001-curses-link.patch
Gustavo ZacariasGustavo Zacarias committed 6a4d524dc2827 Feb 2014
Raw file
Source viewDiff to previous
 
1
link readline directly to ncurses since it needs symbols from it
2
​
3
upstream readline does this on purpose (no direct linking), but
4
it doesn't make much sense in a Linux world
5
​
6
--- a/support/shobj-conf
7
+++ b/support/shobj-conf
8
@@ -42,7 +42,7 @@
9
 SHOBJ_LIBS=
10
 
11
 SHLIB_XLDFLAGS=
12
-SHLIB_LIBS=
13
+SHLIB_LIBS=-lncurses
14
 
15
 SHLIB_DOT='.'
16
 SHLIB_LIBPREF='lib'
  • 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.