Commit b4576163 authored by Thomas Gambier's avatar Thomas Gambier

component/tcl: fix compilation for Fedora

On Fedora, the flag -lm is not correctly added so add it manually.
parent 2f35fcd8
Pipeline #31344 passed with stage
......@@ -10,7 +10,7 @@ md5sum = 0e4358aade2f5db8a8b6f2f6d9481ec2
shared = true
environment =
CPPFLAGS=-I${zlib:location}/include
LDFLAGS=-L${zlib:location}/lib -Wl,-rpath=${zlib:location}/lib
LDFLAGS=-L${zlib:location}/lib -Wl,-rpath=${zlib:location}/lib -lm
pre-configure = rm -r pkgs/*/
configure-command = unix/configure
configure-options =
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment