packages/gd: typo in gdlib-config (closes: #10005)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@29254 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2011-11-19 02:56:46 +00:00
parent d5a98f807d
commit b4e2c4336e

View File

@ -14,7 +14,7 @@
echo "cflags: -I@includedir@"
echo "ldflags: @LDFLAGS@"
- echo "libs: @LIBS@ @LIBICONV@"
+ echo "libs: @LIBS@
+ echo "libs: @LIBS@"
echo "libdir: $libdir"
echo "features: @FEATURES@"
;;