-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deps: Bump
com_github_qat_zstd
-> 0.2.0 (#35854)
Fix #35844 Signed-off-by: dependency-envoy[bot] <148525496+dependency-envoy[bot]@users.noreply.github.com> Signed-off-by: Ryan Northey <ryan@synca.io>
- Loading branch information
1 parent
eb5deb4
commit 15d290c
Showing
2 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
diff --git a/src/Makefile b/src/Makefile | ||
index 1abf10d..c5fa3a6 100644 | ||
index 83d37e5..db67af6 100644 | ||
--- a/src/Makefile | ||
+++ b/src/Makefile | ||
@@ -54,7 +54,7 @@ ifneq ($(ICP_ROOT), ) | ||
endif | ||
@@ -56,7 +56,7 @@ ifneq ($(ICP_ROOT), ) | ||
-lusdm_drv_s | ||
else | ||
QATFLAGS = -DINTREE | ||
- LDFLAGS = -lqat | ||
+ LDFLAGS += -lqat | ||
ifneq ($(ENABLE_USDM_DRV), 0) | ||
QATFLAGS += -DENABLE_USDM_DRV | ||
LDFLAGS += -lusdm | ||
- LDFLAGS = -lqat -lusdm | ||
+ LDFLAGS += -lqat -lusdm | ||
endif | ||
|
||
ifdef ZSTDLIB |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters