Skip to content

Commit

Permalink
add ability to --disable-modernity through opam
Browse files Browse the repository at this point in the history
  • Loading branch information
pqwy committed Jul 7, 2015
1 parent 8ff2fb2 commit 444e627
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@ license: "BSD2"

build: [
[ "./configure" "--prefix" prefix
"--disable-modernity" {nocrypto-inhibit-modernity}
"--%{lwt:enable}%-lwt"
"--%{mirage-xen+mirage-entropy-xen:enable}%-xen" ]
[ make ]
]
install: [ make "install"]
install: [ make "install" ]
remove: [ "ocamlfind" "remove" "nocrypto" ]

depends: [
Expand All @@ -40,5 +41,5 @@ build-test: [
[ make "test" ]
]

tags: [ "org:mirage"]
tags: [ "org:mirage" ]
available: [ ocaml-version >= "4.01.0" ]

0 comments on commit 444e627

Please sign in to comment.