diff options
author | CoprDistGit <infra@openeuler.org> | 2025-09-29 07:11:02 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2025-09-29 07:11:02 +0000 |
commit | 9efbae42cf5f37972e5783bc3fa8e230152f8e73 (patch) | |
tree | 6a50551cfdba1f13b9958a11a51879ef0caa10e6 /reproducible.patch | |
parent | abc07bfd30e8f451c283b30442581600d7f91dcc (diff) |
automatic import of nettyopeneuler24.03_LTS
Diffstat (limited to 'reproducible.patch')
-rw-r--r-- | reproducible.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/reproducible.patch b/reproducible.patch new file mode 100644 index 0000000..b45a333 --- /dev/null +++ b/reproducible.patch @@ -0,0 +1,13 @@ +Index: netty-netty-4.1.108.Final/transport-native-unix-common/Makefile +=================================================================== +--- netty-netty-4.1.108.Final.orig/transport-native-unix-common/Makefile ++++ netty-netty-4.1.108.Final/transport-native-unix-common/Makefile +@@ -39,7 +39,7 @@ all: $(LIB) + + $(LIB): $(OBJS) + mkdir -p $(LIB_DIR) +- $(AR) rcs $(LIB) $^ ++ $(AR) rcs -D $(LIB) $^ + + $(OBJ_DIR)/%.o: $(SRC_DIR)/%.c + mkdir -p $(OBJ_DIR) |