diff options
Diffstat (limited to 'meta-qat/recipes-extended/qat/qat16/qat16_2.5.0-80-qat-Added-include-dir-path.patch')
| -rw-r--r-- | meta-qat/recipes-extended/qat/qat16/qat16_2.5.0-80-qat-Added-include-dir-path.patch | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/meta-qat/recipes-extended/qat/qat16/qat16_2.5.0-80-qat-Added-include-dir-path.patch b/meta-qat/recipes-extended/qat/qat16/qat16_2.5.0-80-qat-Added-include-dir-path.patch new file mode 100644 index 0000000..a538930 --- /dev/null +++ b/meta-qat/recipes-extended/qat/qat16/qat16_2.5.0-80-qat-Added-include-dir-path.patch | |||
| @@ -0,0 +1,30 @@ | |||
| 1 | From 142bf81912701d94985ad656c2250650113d00de Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Rahul Kumar Gupta <rahul.kumarxx.gupta@intel.com> | ||
| 3 | Date: Tue, 22 Mar 2016 01:44:09 +0800 | ||
| 4 | Subject: [PATCH 2/2] qat: Added include dir path | ||
| 5 | |||
| 6 | Upstream-Status: Inappropriate [Configuration] | ||
| 7 | |||
| 8 | Make sure that we point to the correct include path to the local | ||
| 9 | headers. | ||
| 10 | |||
| 11 | Signed-off-by: Rahul Kumar Gupta <rahul.kumarxx.gupta@intel.com> | ||
| 12 | --- | ||
| 13 | quickassist/build_system/build_files/env_files/linux_2.6_user_space.mk | 1 + | ||
| 14 | 1 file changed, 1 insertion(+) | ||
| 15 | |||
| 16 | diff --git a/quickassist/build_system/build_files/env_files/linux_2.6_user_space.mk b/quickassist/build_system/build_files/env_files/linux_2.6_user_space.mk | ||
| 17 | index b504f7f..a75f152 100755 | ||
| 18 | --- a/quickassist/build_system/build_files/env_files/linux_2.6_user_space.mk | ||
| 19 | +++ b/quickassist/build_system/build_files/env_files/linux_2.6_user_space.mk | ||
| 20 | @@ -84,6 +84,7 @@ INCLUDES+=-I$(API_DIR) \ | ||
| 21 | |||
| 22 | EXTRA_CFLAGS += $(cmd_line_cflags) | ||
| 23 | EXTRA_CFLAGS += -fno-strict-aliasing | ||
| 24 | +EXTRA_CFLAGS += $(INCLUDES) | ||
| 25 | EXTRA_LDFLAGS +=-whole-archive | ||
| 26 | |||
| 27 | ifeq ($(ARCH), i386) | ||
| 28 | -- | ||
| 29 | 1.9.1 | ||
| 30 | |||
