mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
alsa-lib: test dir: make check: static building doesn't work on PIC architectures
Some architectures, such as AMD64, IA64 and Alpha cannot mix PIC and non-PIC objects when creating a PIC output. Hardened compilers (which uses SSP and PIE) creates PIC executables, passing -static in CFLAGS for tests in make check in alsa-lib makes their linking to fail. See bug#1541
This commit is contained in:
parent
275afa4d70
commit
bc9b4553b4
1 changed files with 1 additions and 1 deletions
|
|
@ -16,6 +16,6 @@ queue_timer_LDADD=../src/libasound.la
|
|||
code_CFLAGS=-Wall -pipe -g -O2
|
||||
|
||||
INCLUDES=-I$(top_srcdir)/include
|
||||
AM_CFLAGS=-static -Wall -pipe -g
|
||||
AM_CFLAGS=-Wall -pipe -g
|
||||
|
||||
EXTRA_DIST=seq-decoder.c seq-sender.c midifile.h midifile.c midifile.3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue