8c30ee71c3f6668d3c3e2ad25ed8bab5b78c3be5
[openwrt/openwrt.git] / tools / fakeroot / Makefile
1 #
2 # This is free software, licensed under the GNU General Public License v2.
3 # See /LICENSE for more information.
4 #
5 include $(TOPDIR)/rules.mk
6
7 PKG_NAME:=fakeroot
8 PKG_VERSION:=1.24
9 PKG_RELEASE:=2
10
11 PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).orig.tar.gz
12 PKG_SOURCE_URL:=http://deb.debian.org/debian/pool/main/f/fakeroot
13 PKG_HASH:=2e045b3160370b8ab4d44d1f8d267e5d1d555f1bb522d650e7167b09477266ed
14 PKG_LICENSE:=GPL-3.0-or-later
15 PKG_LICENSE_FILES:=COPYING
16
17 include $(INCLUDE_DIR)/host-build.mk
18
19 HOST_CONFIGURE_VARS += \
20 ac_cv_header_sys_capability_h=no \
21 ac_cv_func_capset=no
22
23 HOST_CONFIGURE_ARGS += \
24 --with-ipc=tcp
25
26 $(eval $(call HostBuild))