blob: b45a33326fac5dab3107e6a17f79d30c263bcbfc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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)
|