summarylogtreecommitdiffstats
path: root/fix_build-dev_command.patch
diff options
context:
space:
mode:
Diffstat (limited to 'fix_build-dev_command.patch')
-rw-r--r--fix_build-dev_command.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/fix_build-dev_command.patch b/fix_build-dev_command.patch
deleted file mode 100644
index 8c29d15602ae..000000000000
--- a/fix_build-dev_command.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ura ROCT-Thunk-Interface/CMakeLists.txt new/CMakeLists.txt
---- ROCT-Thunk-Interface/CMakeLists.txt 2019-01-26 22:04:18.005881703 -0200
-+++ new/CMakeLists.txt 2019-01-26 22:05:14.637674335 -0200
-@@ -131,7 +130,7 @@
- -DSOURCE_DIR="${SOURCE_DIR}"
- -DCMAKE_INSTALL_PREFIX="${CMAKE_INSTALL_PREFIX}"
- -DCPACK_RPM_PACKAGE_REQUIRES="hsakmt-roct"
-- -DCPACK_PACKAGING_INSTALL_PREFIX="${CPACK_PACKAGING_INSTALL_PREFIX}"
-+ -DCPACK_PACKAGING_INSTALL_PREFIX="${CPACK_PACKAGING_INSTALL_PREFIX}" .
- -DVERSION="${BUILD_VERSION_STRING}"
- -DHSAKMT_BIN_NAME="${HSAKMT}"
- WORKING_DIRECTORY ${DEV_BUILD_DIR} )