diff --git a/llvm.be0 b/llvm.be0 index f57d2581c..f64ae91b7 100755 --- a/llvm.be0 +++ b/llvm.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION llvm-3.8.1-0 +# BEE_VERSION llvm-3.8.1-1 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) @@ -53,9 +53,10 @@ SRCURL[0]="http://llvm.org/releases/${PKGVERSION}/llvm-${PKGVERSION}.src.tar.xz" # bee_patch "${@}" #} -#mee_configure() { -# bee_configure -#} +mee_configure() { + bee_configure \ + -DBUILD_SHARED_LIBS=ON +} #mee_build() { # bee_build