packages/lcd4linux: don't use --as-needed LD flag
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 12 Aug 2012 08:13:19 +0000 (08:13 +0000)
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 12 Aug 2012 08:13:19 +0000 (08:13 +0000)
commit092fcf0b27b670c82a5a4707d124f94a70ee8b49
treebc34cedb5e3f269164b8358646e0f4a3cb4e0ff9
parentf5cb7e5c1e6e024c23a7ec6f7d7883cd5bbe3ef9
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

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33134 3c298f89-4303-0410-b956-a3cf2f4a3e73
utils/lcd4linux/patches/120-remove-as-needed-linker-option.patch [new file with mode: 0644]