Browse Source

changed dependencies to sublibraries

master
Thomas Lotterer 24 years ago committed by Ralf S. Engelschall
parent
commit
cfc4a19c1b
  1. 4
      inn/inn.spec

4
inn/inn.spec

@ -113,8 +113,8 @@ AutoReqProv: no
CC="%{l_cc}" \
CFLAGS="%{l_cflags -O} -I%{l_prefix}/include/db3 -I%{l_prefix}/include" \
%if "%{with_fsl}" == "yes"
LDFLAGS="`%{l_prefix}/bin/fsl-config --ldflags`" \
LIBS="`%{l_prefix}/bin/fsl-config --libs`" \
LDFLAGS="`%{l_prefix}/bin/fsl-config --ldflags --all`" \
LIBS="`%{l_prefix}/bin/fsl-config --libs --all`" \
%else
LDFLAGS="-L$fakesyslogdir -L%{l_prefix}/lib" \
LIBS="-lfakesyslog" \

Loading…
Cancel
Save