package plibc: fix langinfo header conflict

This commit is contained in:
Tony Theodore 2013-02-14 22:40:14 +11:00
parent 74c61cb3f2
commit 9685a2f039
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,7 @@ $(PKG)_CHECKSUM := b545c602dc5b381fcea9d096910dede95168fbeb
$(PKG)_SUBDIR := PlibC-$($(PKG)_VERSION)
$(PKG)_FILE := plibc-$($(PKG)_VERSION)-src.tar.gz
$(PKG)_URL := http://sourceforge.net/projects/plibc/files/plibc/$($(PKG)_VERSION)/$($(PKG)_FILE)/download
$(PKG)_DEPS := gcc $(subst plibc,,$(PKGS))
$(PKG)_DEPS := gcc
define $(PKG)_UPDATE
echo 'TODO: Updates for package plibc need to be fixed.' >&2;
@ -20,6 +20,7 @@ define $(PKG)_BUILD
--host='$(TARGET)' \
--build="`config.guess`" \
--prefix='$(PREFIX)/$(TARGET)' \
--includedir='$(PREFIX)/$(TARGET)/include/plibc'
--enable-static \
--disable-shared
$(MAKE) -C '$(1)' -j '$(JOBS)' install