diff options
Diffstat (limited to 'package/mpfr/Makefile')
-rw-r--r-- | package/mpfr/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/package/mpfr/Makefile b/package/mpfr/Makefile index 41647e0bf..eb1468706 100644 --- a/package/mpfr/Makefile +++ b/package/mpfr/Makefile @@ -6,7 +6,7 @@ include ${TOPDIR}/toolchain/mpfr/Makefile.inc PKG_NAME:= mpfr PKG_DESCR:= multi precision library -PKG_SECTION:= libs +PKG_SECTION:= libs/misc PKG_BUILDDEP:= gmp PKG_URL:= http://www.mpfr.org/ PKG_OPTS:= dev @@ -15,8 +15,6 @@ include ${TOPDIR}/mk/package.mk $(eval $(call PKG_template,MPFR,mpfr,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS})) -TARGET_CFLAGS:= $(filter-out -flto,$(TARGET_CFLAGS)) - mpfr-install: ${INSTALL_DIR} ${IDIR_MPFR}/usr/lib ${CP} ${WRKINST}/usr/lib/libmpfr.so* ${IDIR_MPFR}/usr/lib |