Bug 487

Summary: Make kismet package sexier
Product: buildroot Reporter: Gustavo Zacarias <gustavo>
Component: Outdated packageAssignee: unassigned
Status: RESOLVED FIXED    
Severity: enhancement CC: buildroot
Priority: P5    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Host: i686-linux Target: arm-softfloat-linux-uclibcgnueabi
Build:
Bug Depends on: 287    
Bug Blocks:    
Attachments: Make kismet package sexier
Ensure /usr/include does not leak into include path
Avoid using a few bsd string functions
New patch with Will's contribution

Description Gustavo Zacarias 2009-07-24 13:51:30 UTC
Created attachment 499 [details]
Make kismet package sexier

* Bump kismet from 2007-10-R1 to 2009-06-R1 (newcore: nicer, more features)
* Migrate to Makefile.autotools.in
* Introduce new options to just install the server, client, drone or combination
Comment 1 Will Newton 2009-08-05 10:50:31 UTC
Created attachment 571 [details]
Ensure /usr/include does not leak into include path


This patch prevents the configure script from adding /usr/include/ncurses into the include path.
Comment 2 Will Newton 2009-08-05 10:51:43 UTC
Created attachment 573 [details]
Avoid using a few bsd string functions


This patch avoids the use of some BSD string functions that may not be supported by uClibc.
Comment 3 Will Newton 2009-08-05 10:52:46 UTC
I needed the two above patches to build the package successfully.
Comment 4 Gustavo Zacarias 2009-09-01 17:03:23 UTC
Created attachment 629 [details]
New patch with Will's contribution

Thanks will, included your patches in the latest patch.
Comment 5 Peter Korsgaard 2009-09-09 15:31:55 UTC
Committed, thanks!