patch for spec file of gcc 3.4.4, so that libgss library is not automatically linked into every binary. explicitely link it into needed packages (kismet, nmap, samba) and add dependencies. idea and patch from sven-ola, thx. Saves 16 kb in the default squashfs images.
SVN-Revision: 2817master
parent
1c59bfaaf4
commit
e74f05f29b
@ -1,5 +1,5 @@ |
||||
Package: uclibc |
||||
Priority: optional |
||||
Section: net |
||||
Depends: base-files, libgcc |
||||
Depends: base-files |
||||
Description: Standard C library for embedded Linux systems |
||||
|
@ -1,5 +1,5 @@ |
||||
Package: nmap |
||||
Priority: optional |
||||
Section: net |
||||
Depends: libpcap, libpcre, uclibc++ |
||||
Depends: libgcc, libpcap, libpcre, uclibc++ |
||||
Description: Nmap is a free open source utility for network exploration or security auditing. |
||||
|
@ -1,5 +1,5 @@ |
||||
Package: samba |
||||
Priority: optional |
||||
Section: net |
||||
Depends: |
||||
Depends: libgcc |
||||
Description: NetBIOS/SMB file and print server |
||||
|
Loading…
Reference in new issue