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)
commit29aec0faa89165350a8903aa1beeb9de1ef6a3bd
treec0e472d872b84f496ac37f1dd4321146e1ecb6d3
parent5039b08e98186bbcc24e2672cdccb063fa5dd2f7
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]