package: libpng: don't append prefix to symbol names in the version script file
authorSonic Zhang <sonic.zhang@analog.com>
Mon, 30 Dec 2013 10:35:53 +0000 (18:35 +0800)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 14 Jan 2014 22:01:33 +0000 (23:01 +0100)
commit46912f15c0cf4ceda1db6c2e390962707748296b
treedc3154274863419874a15dcffd68ff02b6177357
parent0fff2505ebfc5deb7689ab33ca4684fc2f936488
package: libpng: don't append prefix to symbol names in the version script file

Even if Blackfin GNU toolchain add prefix '_' to all symbols,
symbol prefix is not accepted in the link flag --version-script.
Don't append prefix in the symbols in the version script file.

Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/libpng/libpng-02-ignore-symbol-prefix.patch [new file with mode: 0644]