Переглянути джерело

b43-tools: get rid of the libfl dependency to fix build errors on mac os x

SVN-Revision: 33934
Felix Fietkau 13 роки тому
батько
коміт
b69b9c5328
2 змінених файлів з 15 додано та 0 видалено
  1. 1 0
      tools/b43-tools/Makefile
  2. 14 0
      tools/b43-tools/patches/002-no_libfl.patch

+ 1 - 0
tools/b43-tools/Makefile

@@ -29,6 +29,7 @@ define Host/Compile
 	+$(MAKE) $(HOST_JOBS) -C $(HOST_BUILD_DIR)/assembler \
 		CFLAGS="$(HOST_CFLAGS) -include endian.h" \
 		$(HOST_MAKE_FLAGS) \
+		LDFLAGS= \
 		$(1) QUIET_SPARSE=:
 endef
 

+ 14 - 0
tools/b43-tools/patches/002-no_libfl.patch

@@ -0,0 +1,14 @@
+--- a/assembler/main.c
++++ b/assembler/main.c
+@@ -1268,6 +1268,11 @@ static void initialize(void)
+ #endif /* YYDEBUG */
+ }
+ 
++int yywrap(void)
++{
++	return 1;
++}
++
+ int main(int argc, char **argv)
+ {
+ 	int err, res = 1;