]> git.alsa-project.org Git - alsa-lib.git/commit
alsa.pc's Libs shouldn't contain -lm -ldl -lpthread
authorJaroslav Kysela <perex@perex.cz>
Fri, 6 Oct 2006 08:38:39 +0000 (10:38 +0200)
committerJaroslav Kysela <perex@perex.cz>
Fri, 6 Oct 2006 08:38:39 +0000 (10:38 +0200)
commit7668e264af0496d0c008fa0f6f02e2a992f22df9
treec0a2aa73525e0ef4e75fc2de36cd979546aa910c
parent1a87651393bec9129e2ec1f06357c904c5b59408
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 .
utils/alsa.pc.in