Selaa lähdekoodia

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

Ralf S. Engelschall 24 vuotta sitten
vanhempi
commit
f5a3e173f1
1 muutettua tiedostoa jossa 4 lisäystä ja 1 poistoa
  1. 4 1
      inn/inn.spec

+ 4 - 1
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}" \