mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 15:07:49 +00:00
Merge pull request #3550 from MilhouseVH/le10_use-procps-free
procps-ng: free from busybox doesn't match top
This commit is contained in:
commit
f4a95347aa
@ -1007,7 +1007,7 @@ CONFIG_FEATURE_MIME_CHARSET=""
|
||||
#
|
||||
# Process Utilities
|
||||
#
|
||||
CONFIG_FREE=y
|
||||
# CONFIG_FREE is not set
|
||||
CONFIG_FUSER=y
|
||||
CONFIG_IOSTAT=y
|
||||
CONFIG_KILL=y
|
||||
|
@ -17,12 +17,13 @@ PKG_CONFIGURE_OPTS_TARGET="ac_cv_func_malloc_0_nonnull=yes \
|
||||
--disable-modern-top \
|
||||
--enable-static"
|
||||
|
||||
PKG_MAKE_OPTS_TARGET="top/top proc/libprocps.la proc/libprocps.pc"
|
||||
PKG_MAKE_OPTS_TARGET="free top/top proc/libprocps.la proc/libprocps.pc"
|
||||
|
||||
PKG_MAKEINSTALL_OPTS_TARGET="install-libLTLIBRARIES install-pkgconfigDATA"
|
||||
|
||||
makeinstall_target() {
|
||||
mkdir -p $INSTALL/usr/bin
|
||||
cp -P $PKG_BUILD/.$TARGET_NAME/free $INSTALL/usr/bin
|
||||
cp -P $PKG_BUILD/.$TARGET_NAME/top/top $INSTALL/usr/bin
|
||||
|
||||
make DESTDIR=$SYSROOT_PREFIX -j1 $PKG_MAKEINSTALL_OPTS_TARGET
|
||||
|
Loading…
x
Reference in New Issue
Block a user