1 Star 0 Fork 76

吴昌盛/dpdk

forked from src-openEuler/dpdk 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
0123-secure-complilation-options-rpath.patch 1.17 KB
Copy Edit Raw Blame History
jinag12 authored 2022-09-13 11:15 . remove secure compilation options rpath
From 620b54f7d1c4bbf99d894ac3c8ddf3e73c29071f Mon Sep 17 00:00:00 2001
From: wu-changsheng <wuchangsheng2@huawei.com>
Date: Tue, 13 Sep 2022 22:33:48 +0800
Subject: [PATCH] delete rpath
---
app/meson.build | 1 -
app/test/meson.build | 2 --
2 files changed, 3 deletions(-)
diff --git a/app/meson.build b/app/meson.build
index 885dfe3..d1c6b25 100644
--- a/app/meson.build
+++ b/app/meson.build
@@ -74,7 +74,6 @@ foreach app:apps
link_whole: link_libs,
dependencies: ext_deps + dep_objs,
include_directories: includes,
- install_rpath: join_paths(get_option('prefix'), driver_install_path),
install: true)
endforeach
diff --git a/app/test/meson.build b/app/test/meson.build
index 2b480ad..51d09ec 100644
--- a/app/test/meson.build
+++ b/app/test/meson.build
@@ -488,8 +488,6 @@ dpdk_test = executable('dpdk-test',
link_whole: link_libs,
dependencies: test_dep_objs + ext_deps,
c_args: cflags,
- install_rpath: join_paths(get_option('prefix'),
- driver_install_path),
install: true)
has_hugepage = run_command('has-hugepage.sh').stdout().strip() != '0'
--
2.23.0
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wu-changsheng/dpdk.git
git@gitee.com:wu-changsheng/dpdk.git
wu-changsheng
dpdk
dpdk
master

Search

0d507c66 1850385 C8b1a773 1850385