alsa-lib/utils
Jaroslav Kysela 7668e264af alsa.pc's Libs shouldn't contain -lm -ldl -lpthread
-lm -ldl -lpthread are _not_ needed in Libs (since the alsa interface
doesn't depend on libm, libdl or libpthread interface) and just bring
unneeded dependencies. These should rather be put in Libs.private:

Libs: -L${libdir} -lasound
Libs.private: -lm -ldl -lpthread

See ALSA bug#2212 .
2006-10-06 10:38:39 +02:00
..
alsa-lib.spec.in clean up the spec file by Ronny V. Vindenes. 2003-02-25 15:34:23 +00:00
alsa.m4 [ALSA-LIB] remove the library replacement for $LIBS 2004-09-15 18:48:07 +00:00
alsa.pc.in alsa.pc's Libs shouldn't contain -lm -ldl -lpthread 2006-10-06 10:38:39 +02:00
buildrpm Changed permissions for scripts and added .hgignore file 2006-04-06 19:14:01 +02:00
Makefile.am added pkg-config file alsa.pc. 2002-09-18 16:38:18 +00:00