You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/tools/b43-tools/patches
Hauke Mehrtens f3bfc60e1c b43-tools: fix compile error: undefined reference to `yydebug'
With bison 2.7 YYDEBUG will be set to 0 if it was not set, then #ifdef
YYDEBUG returns true, but bison 2.7 treets YYDEBUG 0 as not set.

This fixes the following error:
obj/main.o: In function `main':
main.c:(.text.startup+0xaf): undefined reference to `yydebug'
collect2: error: ld returned 1 exit status

This closes #13093.

SVN-Revision: 35830
11 years ago
..
001-fw-dirname.patch tools: add b43-tools 12 years ago
002-no_libfl.patch b43-tools: get rid of the libfl dependency to fix build errors on mac os x 12 years ago
100-b43-asm-fix-compile-error-undefined-reference-to-yyd.patch b43-tools: fix compile error: undefined reference to `yydebug' 11 years ago