Browse Source

tweak libtool; Solaris ok

master
Thomas Lotterer 22 years ago committed by Ralf S. Engelschall
parent
commit
6fff5dd8d6
  1. 5
      honeyd/honeyd.spec

5
honeyd/honeyd.spec

@ -101,6 +101,11 @@ AutoReqProv: no
%{l_shtool} subst \
-e 's;/var/run/honeyd.pid;%{l_prefix}/var/honeyd/honeyd.pid;' \
honeyd.h
%{l_shtool} subst \
-e 's/\(user_target=no\)/\1; pic_mode=no;/' \
-e 's;test "*$\(hardcode_into_libs\)"* *\([!=]*\) *"*\([a-zA-Z_][a-zA-Z_]*\)"*;test ".$\1" \2 ".$\3";g' \
-e 's;test "*$\(build_libtool_need_lc\)"* *\([!=]*\) *"*\([a-zA-Z_][a-zA-Z_]*\)"*;test ".$\1" \2 ".$\3";g' \
ltmain.sh
%build
CC="%{l_cc}" \

Loading…
Cancel
Save