Bladeren bron

package/kismet: fix static build with uclibc

Fixes:
 - http://autobuild.buildroot.org/results/b859eb3850c0beb23e18010dc2f07cd0f5c14440

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Fabrice Fontaine 3 jaren geleden
bovenliggende
commit
a2dafc4180

File diff suppressed because it is too large
+ 8 - 0
package/kismet/0001-configure.ac-don-t-override-LDFLAGS-with-CPPFLAGS.patch


+ 2 - 0
package/kismet/kismet.mk

@@ -17,6 +17,8 @@ KISMET_DEPENDENCIES = \
 	zlib
 KISMET_LICENSE = GPL-2.0+
 KISMET_LICENSE_FILES = LICENSE
+# We're patching configure.ac
+KISMET_AUTORECONF = YES
 KISMET_CONF_OPTS = --disable-debuglibs
 
 KISMET_CXXFLAGS = $(TARGET_CXXFLAGS)

Some files were not shown because too many files changed in this diff