• 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/kismet/0004-no-include-host-paths.patch
Bernd KuhlsBernd Kuhls committed 88adc94297e24 Jul 2017
Raw file
Source viewDiff to previous
 
1
configure: do not hard-code host paths
2
​
3
configure hard-codes include dirs to contain /usr/include/ncurses.
4
Needless to say this does not work well for cross-compilation.
5
​
6
Remove that directory from the include search dirs.
7
​
8
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
9
Cc: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
10
[bernd.kuhls@t-online.de: update for 2016-07-R1]
11
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
12
​
13
diff -durN kismet-Kismet-2014-02-R1.orig/configure.in kismet-Kismet-2014-02-R1/configure.in
14
--- kismet-Kismet-2014-02-R1.orig/configure.ac  2014-02-19 05:37:43.000000000 +0100
15
+++ kismet-Kismet-2014-02-R1/configure.ac   2014-12-26 16:46:55.770692349 +0100
16
@@ -406,9 +406,6 @@
17
 )
18
 AC_SUBST(wantclient)
19
 
20
-# Add additional cflags since some distros bury panel.h
21
-CPPFLAGS="$CPPFLAGS -I/usr/include/ncurses"
22
-
23
 termcontrol="none";
24
 
25
 if test "$wantclient" = "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.