Browse Source

try to fix OSSP fsl support by making sure libc is not linked in explicitly

master
parent
commit
f5a3e173f1
  1. 5
      inn/inn.spec

5
inn/inn.spec

@ -42,7 +42,7 @@ Distribution: OpenPKG [REL]
Group: News
License: ISC
Version: %{V_inn}
Release: 20020724
Release: 20020725
# list of sources
Source0: ftp://ftp.isc.org/isc/inn/inn-%{V_inn}.tar.gz
@ -108,6 +108,9 @@ AutoReqProv: no
-e "s;BERKELEY_DB_DIR/include;BERKELEY_DB_DIR/include/db3;" \
-e "s;-ldb;-ldb3;" \
configure
%{l_shtool} subst \
-e 's;\(ExtUtils::Embed.*ldopts.*tail -1\);\1 | sed -e "s/ -lc/ /";' \
configure
# configure the source tree
CC="%{l_cc}" \

Loading…
Cancel
Save