mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-01 11:11:56 +00:00
Add PIC_CFLAGS to the libr_syscall %.sdb
rule
To fix linking on recent GNU toolchains, e.g. on Fedora 36.
This commit is contained in:
parent
6fb29212fe
commit
ac40d4b029
@ -51,7 +51,7 @@ else
|
||||
endif
|
||||
test -f $@
|
||||
${SDB} -t -C $@
|
||||
$(CC) $(CFLAGS) -c `echo $@ | sed -e s,sdb,c,`
|
||||
$(CC) $(CFLAGS) $(PIC_CFLAGS) -c `echo $@ | sed -e s,sdb,c,`
|
||||
|
||||
clean:
|
||||
rm -f *.sdb
|
||||
|
Loading…
x
Reference in New Issue
Block a user