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

20 lines
378 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-20 15:59:04 +00:00
patch -p1 < xstatjunk.patch
2019-07-16 07:06:51 +00:00
export CONFIG_SHELL=/bin/sh
export CFLAGS="-D_STAT_VER=0 $CFLAGS"
2019-07-20 15:59:04 +00:00
./bootstrap
2019-07-16 07:06:51 +00:00
ac_cv_func_capset=no \
./configure \
--prefix=/usr \
--disable-static
make DESTDIR="$1" install