Revision: 7378
http://sourceforge.net/p/astlinux/code/7378
Author: abelbeck
Date: 2015-12-07 01:36:17 +0000 (Mon, 07 Dec 2015)
Log Message:
-----------
host-fakeroot, version bump to 1.20.2
Modified Paths:
--------------
branches/1.0/package/fakeroot/fakeroot.mk
Modified: branches/1.0/package/fakeroot/fakeroot.mk
===================================================================
--- branches/1.0/package/fakeroot/fakeroot.mk 2015-12-06 17:20:59 UTC (rev 7377)
+++ branches/1.0/package/fakeroot/fakeroot.mk 2015-12-07 01:36:17 UTC (rev 7378)
@@ -3,12 +3,13 @@
# fakeroot
#
#############################################################
-FAKEROOT_VERSION = 1.18.2
+FAKEROOT_VERSION = 1.20.2
FAKEROOT_SOURCE = fakeroot_$(FAKEROOT_VERSION).orig.tar.bz2
-FAKEROOT_SITE = http://snapshot.debian.org/archive/debian/20111201T093630Z/pool/main/f/fakeroot
+FAKEROOT_SITE = http://snapshot.debian.org/archive/debian/20141005T221953Z/pool/main/f/fakeroot
-# The package for the target cannot be selected (build problems when
-# largefile is enabled), but is needed for the host package to work
-# due to deficiencies in the package infrastructure.
-$(eval $(call AUTOTARGETS,package,fakeroot))
+# Force capabilities detection off
+# For now these are process capabilities (faked) rather than file
+# so they're of no real use
+HOST_FAKEROOT_CONF_ENV = ac_cv_func_capset=no
+
$(eval $(call AUTOTARGETS,package,fakeroot,host))
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|