forked from pool/netty
Add reproducible.patch to omit the mtime from libnetty-unix-common.a for reproducible builds (boo#1047218) OBS-URL: https://build.opensuse.org/request/show/1203216 OBS-URL: https://build.opensuse.org/package/show/Java:packages/netty?expand=0&rev=44
14 lines
454 B
Diff
14 lines
454 B
Diff
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) -D rcs $(LIB) $^
|
|
|
|
$(OBJ_DIR)/%.o: $(SRC_DIR)/%.c
|
|
mkdir -p $(OBJ_DIR)
|