Browse Source

Correct missing include files problem (they're in the current dir.)

master
Michael Schloh von Bennewitz 24 years ago committed by Ralf S. Engelschall
parent
commit
880a8bfbdb
  1. 2
      w3m/w3m.spec

2
w3m/w3m.spec

@ -76,7 +76,7 @@ AutoReqProv: no
echo "dmodel=5"
echo "use_ssl_verify=n"
echo "dcc='%{l_cc}'"
echo "dcflags='%{l_cflags -O} -I%{l_prefix}/include -I%{l_prefix}/include/openssl'"
echo "dcflags='%{l_cflags -O} -I%{l_prefix}/include -I%{l_prefix}/include/openssl -I.'"
echo "dldflags='-L%{l_prefix}/lib'"
echo "dtermlib='-lncurses'"
) >config.param

Loading…
Cancel
Save