From 5d175fcc38b670253e3ad60fcbfb70d808f5ee78 Mon Sep 17 00:00:00 2001 From: tuibuilder_pel7x64builder0 Date: Wed, 27 Jan 2021 10:05:46 +0100 Subject: [PATCH] sc-im max rows update Signed-off-by: tuibuilder_pel7x64builder0 --- SPECS/sc-im.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/SPECS/sc-im.spec b/SPECS/sc-im.spec index e76cd5c..a83f4cd 100644 --- a/SPECS/sc-im.spec +++ b/SPECS/sc-im.spec @@ -38,6 +38,7 @@ SC-IM is a spreadsheet program that is based on SC. %build +sed 's|-DMAXROWS=65536|-DMAXROWS=1048576|' -i Makefile export CFLAGS="%{optflags} -DXLSX -DXLSX_EXPORT" export LDLIBS="-lxlsreader -lxlsxwriter" make %{?_smp_mflags} -C src