1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-15 23:59:37 +02:00

Fix for building on Fedora 21

This commit is contained in:
Leland Lucius 2015-04-13 15:08:02 -05:00
parent 862e960764
commit b05b3fbcea

View File

@ -49,7 +49,7 @@ includedir=.
Name: ${pkg}
Version: ${version}
Description: Temporary fake config file
Libs: -L\${libdir} ${lib} -ldl
Libs: -L\${libdir} ${lib} -ldl -lm
Cflags: -I\${includedir}/${pkg}${major}
EOF