Browse Source

correct static linking logic in build configuration on SVR5 (ELF binary standard) platforms

master
Michael Schloh von Bennewitz 21 years ago committed by Ralf S. Engelschall
parent
commit
18660030cc
  1. 9
      ethereal/ethereal.spec

9
ethereal/ethereal.spec

@ -34,7 +34,7 @@ Class: EVAL
Group: Network
License: GPL
Version: 0.10.7
Release: 20041023
Release: 20041209
# package options
%option with_zlib yes
@ -93,6 +93,11 @@ AutoReqProv: no
%prep
%setup -q
%patch -p0
%{l_shtool} subst \
-e 's;-Wl,-static *;;g' \
-e 's;-all-static *;;g' \
-e 's;-static *;;g' \
Makefile.in
%build
CC="%{l_cc}" \
@ -135,7 +140,7 @@ AutoReqProv: no
%endif
--without-krb5 \
--disable-shared \
--disable-static \
--enable-static \
--disable-ipv6
%{l_make} %{l_mflags}

Loading…
Cancel
Save