libmng: really create .dll

This commit is contained in:
Tony Theodore 2015-12-02 17:29:58 +11:00
parent df3e43f70d
commit 8451b93899
1 changed files with 1 additions and 1 deletions

View File

@ -20,5 +20,5 @@ define $(PKG)_BUILD
echo 'Requires: zlib lcms2 jpeg' >> '$(1)/libmng.pc.in'
cd '$(1)' && ./configure \
$(MXE_CONFIGURE_OPTS)
$(MAKE) -C '$(1)' -j '$(JOBS)' install
$(MAKE) -C '$(1)' -j '$(JOBS)' install LDFLAGS='-no-undefined'
endef