]> git.alsa-project.org Git - alsa-lib.git/commit
alsa-lib: test dir: make check: static building doesn't work on PIC architectures
authorJaroslav Kysela <perex@perex.cz>
Wed, 4 Oct 2006 08:39:55 +0000 (10:39 +0200)
committerJaroslav Kysela <perex@perex.cz>
Wed, 4 Oct 2006 08:39:55 +0000 (10:39 +0200)
commitbc9b4553b491270192d1fbff04d247fb0faf2c22
treeaba8b29f1e93457c0f9e31f14c526c3c2020be36
parent275afa4d709cecb5874646fa2fb10292c8699398
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
test/Makefile.am