diff options
author | Rosen Penev <rosenp@gmail.com> | 2020-02-07 16:05:49 -0800 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2020-02-13 15:58:30 -0800 |
commit | 001e9f5081df31a0e9b65dfe8f13cc8519f84437 (patch) | |
tree | b5fc3ab56da1f803d09397a00f200b7bdacde6db /libs/libffi | |
parent | 4bd8f1bae644fd61f4652f1bb444cd39cc63dde3 (diff) |
libffi: do not build in a special directory
There's no need. It also breaks host builds.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'libs/libffi')
-rw-r--r-- | libs/libffi/Makefile | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/libs/libffi/Makefile b/libs/libffi/Makefile index be1763c93..c625f447d 100644 --- a/libs/libffi/Makefile +++ b/libs/libffi/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libffi PKG_VERSION:=3.2.1 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=ftp://sourceware.org/pub/libffi/ @@ -46,15 +46,6 @@ A layer must exist above libffi that handles type conversions for values passed between the two languages. endef -CONFIGURE_PATH = build -CONFIGURE_CMD = ../configure -MAKE_PATH = build - -define Build/Configure - mkdir -p $(PKG_BUILD_DIR)/build - $(Build/Configure/Default) -endef - define Build/InstallDev $(INSTALL_DIR) $(1)/usr/lib/pkgconfig $(CP) \ |