mirror of
https://github.com/servalproject/serval-dna.git
synced 2025-04-13 05:43:07 +00:00
Fix compilation of shared library on 64 bit ELF platforms (only tested on Linux so far) by using -fPIC.
This commit is contained in:
parent
0d5ecb4a9e
commit
e3bef80965
@ -93,6 +93,7 @@ HDRS= fifo.h \
|
||||
LDFLAGS=@LDFLAGS@ @PORTAUDIO_LIBS@ @SRC_LIBS@ @SPANDSP_LIBS@ @CODEC2_LIBS@ @PTHREAD_LIBS@
|
||||
|
||||
CFLAGS= @CPPFLAGS@ @CFLAGS@ @PORTAUDIO_CFLAGS@ @SRC_CFLAGS@ @SPANDSP_CFLAGS@ @PTHREAD_CFLAGS@ $(VOIPTEST_CFLAGS)
|
||||
CFLAGS+=-fPIC
|
||||
CFLAGS+=-Wall -Wno-unused-value
|
||||
-include Makefile.dbg
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user