diff options
author | Rosen Penev <rosenp@gmail.com> | 2022-02-24 20:50:36 -0800 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-03-01 00:08:08 +0100 |
commit | 40f91f6a2f633d2fbca13aa7ad6e5be1e79f5aa6 (patch) | |
tree | 13f9a0658696e35c10a3e4f1586d7d4fe101f8f9 /tools/fakeroot/Makefile | |
parent | 4e13229dd19e90975af9a51b4bc888477fbfad5e (diff) | |
download | upstream-40f91f6a2f633d2fbca13aa7ad6e5be1e79f5aa6.tar.gz upstream-40f91f6a2f633d2fbca13aa7ad6e5be1e79f5aa6.tar.bz2 upstream-40f91f6a2f633d2fbca13aa7ad6e5be1e79f5aa6.zip |
tools/fakeroot: update to 1.27
Remove macOS stuff. Upstream has fixed it in the same way.
Add SOL_TCP define. Taken from elsewhere in the code.
Refreshed patches.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'tools/fakeroot/Makefile')
-rw-r--r-- | tools/fakeroot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/fakeroot/Makefile b/tools/fakeroot/Makefile index f4333fbfb3..adae332099 100644 --- a/tools/fakeroot/Makefile +++ b/tools/fakeroot/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=fakeroot -PKG_VERSION:=1.26 +PKG_VERSION:=1.27 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).orig.tar.gz PKG_SOURCE_URL:=@DEBIAN/pool/main/f/fakeroot -PKG_HASH:=480a578ffdc5592e73df4c086950d321b4adc78dbdaec56c82e4fe1fb68de8e9 +PKG_HASH:=3c45eb2d1802a2762069e2e9d21bdd6fb533592bc0cda74c9aff066ab01caddc PKG_LICENSE:=GPL-3.0-or-later PKG_LICENSE_FILES:=COPYING PKG_FIXUP:=autoreconf |