From 23225b2b4b29e758ed7e93eeda6e24816d95ea8f Mon Sep 17 00:00:00 2001 From: Paul Morgan Date: Fri, 19 Feb 2016 00:23:55 +0000 Subject: testing/editorconfig: allow multi-line value parsing --- testing/editorconfig/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'testing/editorconfig/APKBUILD') diff --git a/testing/editorconfig/APKBUILD b/testing/editorconfig/APKBUILD index d011a4d218a..8f6fd37f459 100644 --- a/testing/editorconfig/APKBUILD +++ b/testing/editorconfig/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Paul Morgan pkgname=editorconfig pkgver=0.12.0 -pkgrel=0 +pkgrel=1 pkgdesc="EditorConfig core library written in C (for use by plugins supporting EditorConfig parsing)" url="https://github.com/editorconfig/editorconfig-core-c" arch="x86_64" @@ -31,6 +31,7 @@ build() { cmake . \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ + -DINI_ALLOW_MULTILINE=1 \ || return 1 make || return 1 } -- cgit v1.2.3