瀏覽代碼

fix building

Ralf S. Engelschall 24 年之前
父節點
當前提交
cc0b75e1af
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. 3 2
      autogen/autogen.spec

+ 3 - 2
autogen/autogen.spec

@@ -31,7 +31,7 @@ Packager:     The OpenPKG Project
 Distribution: OpenPKG [REL]
 Group:        Development
 License:      GPL
-Version:      5.2.12
+Version:      5.2.11
 Release:      20011201
 
 #   list of sources
@@ -65,7 +65,8 @@ AutoReqProv:  no
     CC="%{l_cc}" \
     CFLAGS="%{l_cflags -O}" \
     ./configure \
-        --prefix=%{l_prefix}
+        --prefix=%{l_prefix} \
+        --disable-shared
     %{l_make} %{l_mflags} 
 
 %install