浏览代码

disabled shared libs

Christoph Schug 24 年之前
父节点
当前提交
fcbb617c98
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      libtool/libtool.spec

+ 3 - 2
libtool/libtool.spec

@@ -33,7 +33,7 @@ Distribution: OpenPKG [REL]
 Group:        Development
 License:      GPL
 Version:      1.4.2
-Release:      20020206
+Release:      20020418
 
 #   list of sources
 Source0:      ftp://ftp.gnu.org/gnu/libtool/libtool-%{version}.tar.gz
@@ -59,7 +59,8 @@ AutoReqProv:  no
     CC="%{l_cc}" \
     CFLAGS="%{l_cflags -O}" \
     ./configure \
-        --prefix=%{l_prefix}
+        --prefix=%{l_prefix} \
+        --disable-shared
     %{l_make} %{l_mflags} 
 
 %install