Update iproute2 to 5.5.0 Enable LTO to save several KB of size Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
11 lines
231 B
Diff
11 lines
231 B
Diff
--- a/configure
|
|
+++ b/configure
|
|
@@ -315,7 +315,7 @@ EOF
|
|
|
|
check_cap()
|
|
{
|
|
- if ${PKG_CONFIG} libcap --exists; then
|
|
+ if [ "${HAVE_CAP}" = "y" ] && ${PKG_CONFIG} libcap --exists; then
|
|
echo "HAVE_CAP:=y" >>$CONFIG
|
|
echo "yes"
|
|
|