1 Star 0 Fork 4

zp_star / inotify-tools

forked from OpenHarmony-SIG / inotify-tools 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
rh_build.sh 402 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhangpeng308 提交于 2022-04-19 14:56 . 引入inotify-tools库
#!/bin/bash
set -e
if [ -n "$1" ]; then
j="$1"
else
./autogen.sh
./configure --disable-dependency-tracking --disable-static --enable-doxygen
j="-j16"
fi
# https://docs.fedoraproject.org/en-US/packaging-guidelines/#_removing_rpath
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
make $j
1
https://gitee.com/zpzpzpzp/inotify-tools.git
git@gitee.com:zpzpzpzp/inotify-tools.git
zpzpzpzp
inotify-tools
inotify-tools
master

搜索帮助