File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 1
1
LOCAL_PATH := $(call my-dir)
2
2
3
3
include $(CLEAR_VARS )
4
+ LOCAL_CFLAGS += -pie -fPIE
5
+ LOCAL_LDFLAGS += -pie -fPIE
4
6
LOCAL_C_INCLUDES += $(LOCAL_PATH ) /../../..
5
7
LOCAL_MODULE := cgi-getfield
6
8
LOCAL_SRC_FILES := ../../../cgi-getfield.c
7
9
include $(BUILD_EXECUTABLE )
8
10
9
11
10
12
include $(CLEAR_VARS )
13
+ LOCAL_CFLAGS += -pie -fPIE
14
+ LOCAL_LDFLAGS += -pie -fPIE
11
15
LOCAL_C_INCLUDES += $(LOCAL_PATH ) /../../..
12
16
LOCAL_MODULE := cgi-getcookie
13
17
LOCAL_SRC_FILES := ../../../cgi-getcookie.c
14
18
include $(BUILD_EXECUTABLE )
15
19
16
20
include $(CLEAR_VARS )
17
21
LOCAL_CFLAGS := -DUSE_WEBSOCKET
22
+ LOCAL_CFLAGS += -pie -fPIE
23
+ LOCAL_LDFLAGS += -pie -fPIE
18
24
LOCAL_C_INCLUDES += $(LOCAL_PATH ) /../../..
19
25
LOCAL_MODULE := tinyweb
20
26
LOCAL_SRC_FILES := ../../../websocket.c ../../../mongoose.c ../../../tinyweb.c
You can’t perform that action at this time.
0 commit comments