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:
Jaroslav Kysela 2006-10-04 10:39:55 +02:00
parent 275afa4d70
commit bc9b4553b4

View file

@ -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