From da2dd79dfadb011b808d35f87cfe506eb4633ed2 Mon Sep 17 00:00:00 2001 From: david Date: Tue, 10 Jul 2018 15:27:21 +0200 Subject: [PATCH] plplot: new Revision enable shared lib switch for gdl update --- plplot.be0 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plplot.be0 b/plplot.be0 index fb5539279..63f40d8cc 100755 --- a/plplot.be0 +++ b/plplot.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION plplot-5.13.0-0 +# BEE_VERSION plplot-5.13.0-1 SRCURL[0]="https://sourceforge.net/projects/plplot/files/plplot/${PKGVERSION}%20Source/plplot-${PKGVERSION}.tar.gz/download plplot-${PKGVERSION}.tar.gz" # PATCHURL+=() @@ -20,7 +20,7 @@ SRCURL[0]="https://sourceforge.net/projects/plplot/files/plplot/${PKGVERSION}%20 mee_configure() { # control which languages we support to keep dependency impact low bee_configure \ - -DBUILD_SHARED_LIBS=OFF \ + -DBUILD_SHARED_LIBS=ON \ -DDEFAULT_NO_BINDINGS=ON \ -DENABLE_cxx=ON \ -DENABLE_qt=ON \