libpng: Revert "libpng: add symlink to debug library" as unnecessary
authorHannu Nyman <redacted>
Sun, 11 May 2025 06:26:03 +0000 (09:26 +0300)
committerHannu Nyman <redacted>
Sun, 11 May 2025 14:29:40 +0000 (17:29 +0300)
commit01b5fcc9eec5de6e22cf67bc38f8e2b9de0a1625
treec5e0fadba08d1227f532b2f34aba8b790ba1da73
parentc851cf35c58fc00633aaf214ad99bb8184fa9319
libpng: Revert "libpng: add symlink to debug library" as unnecessary

This reverts commit 5313dd9be from PR #25324 , related to #25323 and
https://github.com/openwrt/openwrt/pull/16899

The additional symlink libpng16.so -> libpng16d.so is now unnecessary as
OpenWrt main repo PR https://github.com/openwrt/openwrt/pull/18709
commit https://github.com/openwrt/openwrt/commit/703e7d2d5b58e68528cb5fadfc1185bd3904b3d9
changed the cmake build type from 'Debug' to 'RelWithDebInfo', which
causes libpng .so to be compiled with the normal name libpng16.so
(instead of the debug-styled libpng16d.so).

Signed-off-by: Hannu Nyman <redacted>
libs/libpng/Makefile
git clone https://git.99rst.org/PROJECT