package libgnurx: add link to libregex.a

This commit is contained in:
Tony Theodore 2013-03-03 21:13:25 +11:00
parent 9bb3178d7c
commit 24b7c860fb
1 changed files with 1 additions and 0 deletions

View File

@ -23,4 +23,5 @@ define $(PKG)_BUILD
--host='$(TARGET)' \
--prefix='$(PREFIX)/$(TARGET)'
$(MAKE) -C '$(1)' -f Makefile.mxe -j '$(JOBS)' TARGET=$(TARGET) bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS= install-static
ln -sf '$(PREFIX)/$(TARGET)/lib/libgnurx.a' '$(PREFIX)/$(TARGET)/lib/libregex.a'
endef