소스 검색

be more smart about ocaml version

Ralf S. Engelschall 21 년 전
부모
커밋
5569a4cffb
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      mldonkey/mldonkey.spec

+ 2 - 1
mldonkey/mldonkey.spec

@@ -34,7 +34,7 @@ Class:        EVAL
 Group:        Network
 License:      MLdonkey/GPL
 Version:      2.5.21
-Release:      20040521
+Release:      20040605
 
 #   package options
 %option       with_gui  yes
@@ -92,6 +92,7 @@ AutoReqProv:  no
         --prefix=%{l_prefix} \
         --enable-batch \
         --enable-multinet \
+        --enable-ocamlver=3 \
 %if "%{with_gui}" == "yes"
         --enable-gui
 %else