فهرست منبع

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

Ralf S. Engelschall 24 سال پیش
والد
کامیت
f5a3e173f1
1فایلهای تغییر یافته به همراه4 افزوده شده و 1 حذف شده
  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}" \