enable gmpxx in package gmp

This commit is contained in:
Brad Pitcher 2011-05-27 22:57:29 +02:00
parent ce8294a612
commit c67f06058f
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ define $(PKG)_BUILD
--host='$(TARGET)' \
--prefix='$(PREFIX)/$(TARGET)' \
--disable-shared \
--enable-cxx \
--without-readline
$(MAKE) -C '$(1)' -j '$(JOBS)'
$(MAKE) -C '$(1)' -j 1 install