Patch a compilation bug for getopt

Former-commit-id: 0ea287f1ca4ed7808577b3e0a12c568da10f6ee8
Former-commit-id: 361c4e3e00ed587a7d7ca684fa92fafefd3cda83
This commit is contained in:
2016-01-05 17:19:37 +01:00
parent f39e66d4c1
commit 647695d2a2
2 changed files with 4 additions and 1 deletions

View File

@ -17,8 +17,11 @@
include ../../config/auto.conf
PKG = getopt-1.1.6
MAKEOPTIONS=prefix=$(PRTPATH)
MAKEOPTIONS=prefix=$(PRTPATH)
ifeq ($(CFGPRT),i386-darwin)
LDFLAGS:=$(LDFLAGS) -lintl
endif
include $(CFGDIR)targets/package.targ

Binary file not shown.