fakeroot: fix build
This commit is contained in:
parent
11b4f7aba9
commit
539e873e64
@ -8,6 +8,10 @@ TERMUX_PKG_SHA256=703164d33c3da92f0551431a933acf47d57c9d80017b62926c48e69bade971
|
||||
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--with-ipc=tcp"
|
||||
TERMUX_PKG_BUILD_DEPENDS="libcap"
|
||||
|
||||
termux_step_pre_configure() {
|
||||
autoreconf -vfi
|
||||
}
|
||||
|
||||
termux_step_post_make_install() {
|
||||
ln -sfr "${TERMUX_PREFIX}/lib/libfakeroot-0.so" "${TERMUX_PREFIX}/lib/libfakeroot.so"
|
||||
}
|
||||
|
8
packages/fakeroot/doc-Makefile.am.patch
Normal file
8
packages/fakeroot/doc-Makefile.am.patch
Normal file
@ -0,0 +1,8 @@
|
||||
--- ../doc-Makefile.am.orig 2020-09-22 22:00:43.142380286 +0200
|
||||
+++ ./doc/Makefile.am 2020-09-22 22:00:52.251230904 +0200
|
||||
@@ -1,5 +1,4 @@
|
||||
AUTOMAKE_OPTIONS=foreign
|
||||
-SUBDIRS = de es fr nl pt sv
|
||||
|
||||
man_MANS = faked.1 fakeroot.1
|
||||
|
Loading…
Reference in New Issue
Block a user