Browse Source

Merge pull request #9123 from neheb/make

make: Do not use libelf
lilik-openwrt-22.03
Rosen Penev 6 years ago
committed by GitHub
parent
commit
5093dc4bc3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      devel/make/Makefile

+ 3
- 1
devel/make/Makefile View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=make
PKG_VERSION:=4.2.1
PKG_RELEASE:=2
PKG_RELEASE:=3
PKG_SOURCE_URL:=@GNU/make
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
@ -37,6 +37,8 @@ define Package/make/install
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/make $(1)/usr/bin/
endef
CONFIGURE_VARS += ac_cv_lib_elf_elf_begin=no
# provide gnumake.h at build time for other packages
define Build/InstallDev
$(INSTALL_DIR) $(1)/usr/include


Loading…
Cancel
Save