mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-08 06:47:33 +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
|
endif
|
||||||
test -f $@
|
test -f $@
|
||||||
${SDB} -t -C $@
|
${SDB} -t -C $@
|
||||||
$(CC) $(CFLAGS) -c `echo $@ | sed -e s,sdb,c,`
|
$(CC) $(CFLAGS) $(PIC_CFLAGS) -c `echo $@ | sed -e s,sdb,c,`
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f *.sdb
|
rm -f *.sdb
|
||||||
|
Loading…
x
Reference in New Issue
Block a user