package freeimage: add -lws2_32 to pkg-config file

This commit is contained in:
Tony Theodore 2013-03-12 22:25:36 +11:00
parent a327292b95
commit 9267c625d0
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ define $(PKG)_BUILD
echo 'Version: $(freeimage_VERSION)'; \
echo 'Description: FreeImage'; \
echo 'Cflags: -DFREEIMAGE_LIB'; \
echo 'Libs: -lfreeimage';) \
echo 'Libs: -lfreeimage -lws2_32';) \
> '$(PREFIX)/$(TARGET)/lib/pkgconfig/freeimage.pc'
'$(TARGET)-gcc' \