From bd4525f44b73dc92588263f1dd9686731c286213 Mon Sep 17 00:00:00 2001 From: wbx Date: Wed, 4 Jan 2006 08:37:19 +0000 Subject: 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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2817 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- openwrt/package/kismet/ipkg/kismet.control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openwrt/package/kismet/ipkg/kismet.control') diff --git a/openwrt/package/kismet/ipkg/kismet.control b/openwrt/package/kismet/ipkg/kismet.control index ef77d815f..193328563 100644 --- a/openwrt/package/kismet/ipkg/kismet.control +++ b/openwrt/package/kismet/ipkg/kismet.control @@ -1,7 +1,7 @@ Package: kismet Priority: optional Section: net -Depends: kismet-client, kismet-server +Depends: libgcc, kismet-client, kismet-server Description: kismet Kismet is an 802.11 layer2 wireless network detector, sniffer, and intrusion detection system. Kismet will work with any -- cgit v1.2.3