瀏覽代碼

Disable APXS because else mod_dav_svn.so could be tried to be built. Figured out by Thomas Moschny

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

+ 3 - 2
subversion/subversion.spec

@@ -39,7 +39,7 @@ Class:        BASE
 Group:        SCM
 License:      Apache/BSD
 Version:      %{V_opkg}
-Release:      20050301
+Release:      20050302
 
 #   package options
 %option       with_cvs2svn  no
@@ -114,7 +114,8 @@ AutoReqProv:  no
         --with-zlib \
         --enable-static \
         --disable-nls \
-        --disable-shared
+        --disable-shared \
+        --without-apxs
 
     #   build package
     %{l_make} %{l_mflags}