Added fakechroot-2.9 build template.

--HG--
extra : convert_revision : 42fc1180fe175ce67e6399b97449b440edfe0ca0
This commit is contained in:
Juan RP 2010-01-15 04:40:03 +01:00
parent 10affe95b4
commit bdf2ad10c5
2 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,20 @@
--- src/libfakechroot.c
+++ src/libfakechroot.c
@@ -2619,7 +2619,7 @@
#ifdef HAVE_SCANDIR
/* #include <dirent.h> */
-int scandir (const char *dir, struct dirent ***namelist, SCANDIR_TYPE_ARG3, int(*compar)(const void *, const void *))
+int scandir (const char *dir, struct dirent ***namelist, SCANDIR_TYPE_ARG3, int(*compar)(const struct dirent **, const struct dirent **))
{
char *fakechroot_path, *fakechroot_ptr, fakechroot_buf[FAKECHROOT_MAXPATH];
expand_chroot_path(dir, fakechroot_path, fakechroot_ptr, fakechroot_buf);
@@ -2631,7 +2631,7 @@
#ifdef HAVE_SCANDIR64
/* #include <dirent.h> */
-int scandir64 (const char *dir, struct dirent64 ***namelist, int(*filter)(const struct dirent64 *), int(*compar)(const void *, const void *))
+int scandir64 (const char *dir, struct dirent64 ***namelist, int(*filter)(const struct dirent64 *), int(*compar)(const struct dirent64 **, const struct dirent64 **))
{
char *fakechroot_path, *fakechroot_ptr, fakechroot_buf[FAKECHROOT_MAXPATH];
expand_chroot_path(dir, fakechroot_path, fakechroot_ptr, fakechroot_buf);

View File

@ -0,0 +1,13 @@
# Template file for 'fakechroot'
pkgname=fakechroot
version=2.9
distfiles="${DEBIAN_SITE}/main/f/$pkgname/${pkgname}_${version}.orig.tar.gz"
build_style=gnu_configure
short_desc="Gives a fake chroot environment"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=bfccb079d2d247b05d5f82473beca0043ddfc51a6ed595541575893fa3ab6c3e
long_desc="
This package provides a library which overrides libc functions, so it is
possible to use root-specific tools without root privileges."
Add_dependency run glibc