diff options
| author | Leo <thinkabit.ukim@gmail.com> | 2020-03-02 12:27:22 -0300 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2020-03-02 13:59:38 -0300 |
| commit | bf14e7dec82bbab058f7cd400f6f71dfafcc1c07 (patch) | |
| tree | 0189e5bba8816b0e92ee2daa32d069f8742afe19 | |
| parent | 23100d5a33a97a1efdbaa4a9ca1e1654b6022e7d (diff) | |
| download | aports-bf14e7dec82bbab058f7cd400f6f71dfafcc1c07.tar.bz2 aports-bf14e7dec82bbab058f7cd400f6f71dfafcc1c07.tar.xz | |
community/libluv: modernize
| -rw-r--r-- | community/libluv/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/community/libluv/APKBUILD b/community/libluv/APKBUILD index 68e0ec5785..ea0af13407 100644 --- a/community/libluv/APKBUILD +++ b/community/libluv/APKBUILD @@ -3,7 +3,7 @@ pkgname=libluv _release=1 pkgver=1.34.2.$_release -pkgrel=0 +pkgrel=1 pkgdesc="Bare libuv bindings for lua" options="!check" # No testsuite url="https://github.com/luvit/luv" @@ -16,6 +16,7 @@ builddir="$srcdir/luv-${pkgver%.*}-$_release" build() { cmake -B build -G Ninja \ + -DCMAKE_BUILD_TYPE=None \ -DWITH_SHARED_LIBUV=ON \ -DLUA_BUILD_TYPE=System \ -DBUILD_MODULE=OFF \ |
