change from deprecated libnl-1 to libnl-2
Bug #686554 reported by
fatalerrors
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ntrack |
Fix Released
|
Wishlist
|
Alexander Sack |
Bug Description
As given in the title the libnl-1 library is deprecated. more of this the actual configure script do not detect the libnl version installed so it terminate properly if only libnl-2 is installed. I'm using a LFS with KDE trunck (future 4.6). I don't want to install libnl-1 only for ntrack so KDE will be built without ntrack support untill it no longer depend on obsolete library.
As the libnl documentation tell, the change should not be too difficult.
Related branches
lp:~asac/ntrack/lp686554
- Alexander Sack: Approve
-
Diff: 249 lines (+94/-51)2 files modifiedcommon/ntrack-libnl.c (+80/-49)
configure.ac (+14/-2)
To post a comment you must log in.
thx. will check this out!