fakeroot: patch xstatjunk

This commit is contained in:
Muhammad Herdiansyah 2019-07-20 22:59:04 +07:00
parent 2ec45e3dc9
commit 8ef0f3d472
6 changed files with 19 additions and 1 deletions

View File

@ -4,10 +4,13 @@ patch -p1 < silence-dlerror.patch
patch -p0 < fakeroot-no64.patch
patch -p0 < fakeroot-stdint.patch
patch -p0 < busybox_compat_force_abslibpath.patch
patch -p1 < xstatjunk.patch
export CONFIG_SHELL=/bin/sh
export CFLAGS="-D_STAT_VER=0 $CFLAGS"
./bootstrap
ac_cv_func_capset=no \
./configure \
--prefix=/usr \

View File

@ -3,3 +3,4 @@ d0a6aa8aa462eb4b390d02e177d07df3f2ed5b7961595a22dd38a94043ad8290 busybox_compat
4fd7a4c8d05dd71414c3e82887780b76d93f599944260c41d769cb463e660bbf fakeroot-no64.patch
1b0be39e41ce78116de4db7aed1b025a64427d780f666a860ed30ad1512588ad fakeroot-stdint.patch
347f6496c93ed0d91dcb554db92602b50520a16308e3b8bc33822bd69966267b silence-dlerror.patch
c4350c514797f0b48440d412380fe1d612958e3cbf1f3b74e3eb5faf2bad6ee0 xstatjunk.patch

View File

@ -1 +1,3 @@
linux-headers make
automake make
libtool make

View File

@ -0,0 +1,11 @@
--- fakeroot-1.18.4.orig/configure.ac 2012-06-02 18:23:41.000000000 +0000
+++ fakeroot-1.18.4/configure.ac 2015-09-24 23:15:56.917470073 +0000
@@ -301,7 +301,7 @@
FUNC=`echo $SEARCH|sed -e 's/.*%//'`
PRE=`echo $SEARCH|sed -e 's/%.*//'`
FOUND=
- for WRAPPED in __${PRE}x${FUNC} _${PRE}x${FUNC} __${PRE}${FUNC}13 ${PRE}${FUNC}; do
+ for WRAPPED in ${PRE}${FUNC}; do
AC_CHECK_FUNCS($WRAPPED,FOUND=$WRAPPED)
dnl
dnl to unconditionally define only the _* functions, comment out the 2 lines above,

View File

@ -3,3 +3,4 @@ patches/busybox_compat_force_abslibpath.patch
patches/fakeroot-no64.patch
patches/fakeroot-stdint.patch
patches/silence-dlerror.patch
patches/xstatjunk.patch

View File

@ -1 +1 @@
1.23 5
1.23 6