mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-07 01:53:34 +08:00
d01fb59be7
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
22 lines
454 B
Makefile
22 lines
454 B
Makefile
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_NAME:=popt
|
|
PKG_VERSION:=1.16
|
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
|
PKG_SOURCE_URL:=http://rpm5.org/files/popt
|
|
PKG_HASH:=e728ed296fe9f069a0e005003c3d6b2dde3d9cad453422a10d6558616d304cc8
|
|
|
|
HOST_FIXUP:=autoreconf
|
|
|
|
include $(INCLUDE_DIR)/host-build.mk
|
|
|
|
HOST_CONFIGURE_ARGS += \
|
|
--disable-nls \
|
|
--disable-rpath \
|
|
--enable-shared=no \
|
|
--without-libiconv-prefix \
|
|
--without-libintl-prefix
|
|
|
|
$(eval $(call HostBuild))
|