2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-08 00:42:28 +00:00
repo/core/fakeroot/build

17 lines
337 B
Plaintext
Raw Normal View History

2019-07-16 07:06:51 +00:00
#!/bin/sh -e
patch -p1 < silence-dlerror.patch
patch -p0 < fakeroot-no64.patch
patch -p0 < fakeroot-stdint.patch
2019-07-16 07:19:18 +00:00
patch -p0 < busybox_compat_force_abslibpath.patch
2019-07-16 07:06:51 +00:00
export CONFIG_SHELL=/bin/sh
export CFLAGS="-D_STAT_VER=0 $CFLAGS"
ac_cv_func_capset=no \
./configure \
--prefix=/usr \
--disable-static
make DESTDIR="$1" install