Fix DSO linking

This commit is contained in:
Tomas Bzatek 2010-02-10 17:11:28 +00:00
parent 48e2e7267d
commit b008d7f15a

View File

@ -56,7 +56,7 @@ developing applications that use %{name}.
%build
# https://fedoraproject.org/wiki/Features/ChangeInImplicitDSOLinking
export LIBS="-lX11"
export LIBS="-lX11 -lm"
%configure --enable-static=no --enable-profiling --disable-esd
make %{?_smp_mflags}