Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: release
env:
PROJECT_NAME: qdl
REPO_NAME: linux-msm/qdl
REPO_REF: cd3272350328185b1d4f7de08fdecf38f8fd31be
REPO_REF: 672abb1e81cc630640f2a88e42b6dfd2a429ad14
DIST_DIR: dist
ARTIFACT_NAME: dist

Expand Down
8 changes: 4 additions & 4 deletions patches/build_static.patch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
diff --git a/Makefile b/Makefile
index ddd06c9..bef69c4 100644
index 203cb04..4482eb8 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ RAMDUMP := qdl-ramdump
Expand All @@ -8,6 +8,6 @@ index ddd06c9..bef69c4 100644
CFLAGS += -O2 -Wall -g `pkg-config --cflags libxml-2.0 libusb-1.0`
-LDFLAGS += `pkg-config --libs libxml-2.0 libusb-1.0`
+LDFLAGS += `pkg-config --libs libxml-2.0 libusb-1.0 --static`
ifeq ($(OS),Windows_NT)
LDFLAGS += -lws2_32
endif
prefix := /usr/local

QDL_SRCS := firehose.c io.c qdl.c sahara.c util.c patch.c program.c read.c sim.c ufs.c usb.c ux.c oscompat.c