packages/lcd4linux: don't use --as-needed LD flag
authorGabor Juhos <juhosg@openwrt.org>
Sun, 12 Aug 2012 08:13:19 +0000 (08:13 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Sun, 12 Aug 2012 08:13:19 +0000 (08:13 +0000)
commit22d81e47844c36f882aa0e39679af06014ad9556
treebc34cedb5e3f269164b8358646e0f4a3cb4e0ff9
parentd15107302a0f153ba5bcdcbba2c008fd9ebf0831
packages/lcd4linux: don't use --as-needed LD flag

It causes build error if a graphical driver is selected:
drv.o:(.got+0x0): multiple definition of `_GLOBAL_OFFSET_TABLE_'
collect2: ld returned 1 exit status
make[5]: *** [lcd4linux] Error 1

SVN-Revision: 33134
utils/lcd4linux/patches/120-remove-as-needed-linker-option.patch [new file with mode: 0644]