mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-28 08:37:22 +00:00
daemon: add -fPIC to CFLAGS
This commit is contained in:
parent
0b91a77fee
commit
28eca24fc7
@ -104,7 +104,7 @@ echo "BTstack configured for HCI $HCI_TRANSPORT Transport"
|
||||
CFLAGS="$CFLAGS -Werror -Wall -Wpointer-arith"
|
||||
|
||||
# 64-bit compilation requires position independent code (PIC) for libraries
|
||||
BTSTACK_LIB_LDFLAGS+=" -fpic"
|
||||
CFLAGS+=" -fPIC"
|
||||
|
||||
# summary
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user