mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 05:36:32 +00:00
sunxi-cedarx: needs -fPIC
Fixes: - http://autobuild.buildroot.org/results/c17062e1558f26c2db837883a0c33ef39dd031a2 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
582ceee3f1
commit
838b9b6979
@ -19,7 +19,7 @@ SUNXI_CEDARX_BIN_DIR = $(@D)/libcedarv/linux-armel2
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
define SUNXI_CEDARX_BUILD_AVHEAP
|
define SUNXI_CEDARX_BUILD_AVHEAP
|
||||||
$(TARGET_CC) $(TARGET_CFLAGS) \
|
$(TARGET_CC) $(TARGET_CFLAGS) -fPIC \
|
||||||
-c $(SUNXI_CEDARX_BIN_DIR)/adapter/avheap/avheap.c \
|
-c $(SUNXI_CEDARX_BIN_DIR)/adapter/avheap/avheap.c \
|
||||||
-o $(SUNXI_CEDARX_BIN_DIR)/adapter/avheap/avheap.o \
|
-o $(SUNXI_CEDARX_BIN_DIR)/adapter/avheap/avheap.o \
|
||||||
-I $(SUNXI_CEDARX_BIN_DIR)/adapter/avheap \
|
-I $(SUNXI_CEDARX_BIN_DIR)/adapter/avheap \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user