diff options
| author | Felix Fietkau | 2008-08-05 20:18:09 +0000 |
|---|---|---|
| committer | Felix Fietkau | 2008-08-05 20:18:09 +0000 |
| commit | a0bcfd9ba7383e70ee8c1e8ec18af392dec16b39 (patch) | |
| tree | a0c0ae0b8518c873ecf11bab9bcc71357fe14a0c | |
| parent | 7da412718fd1686a47e71522b24b8eba7db44d07 (diff) | |
| download | archive-a0bcfd9ba7383e70ee8c1e8ec18af392dec16b39.tar.gz | |
fix kismet compile
SVN-Revision: 12156
| -rw-r--r-- | net/kismet/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/kismet/Makefile b/net/kismet/Makefile index bd8c56d9c4..f69bf6746a 100644 --- a/net/kismet/Makefile +++ b/net/kismet/Makefile @@ -94,7 +94,7 @@ CONFIGURE_VARS += \ CXXFLAGS="$$$$CXXFLAGS -fno-builtin -fno-rtti -nostdinc++" \ CPPFLAGS="$$$$CPPFLAGS -I$(STAGING_DIR)/usr/include/uClibc++ -I$(LINUX_DIR)/include" \ LDFLAGS="$$$$LDFLAGS" \ - LIBS="-nodefaultlibs -luClibc++ -lm -lnotimpl" \ + LIBS="-nodefaultlibs -luClibc++ -lm -lnotimpl -lgcc" \ define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) \ |