From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] poppler 0.89.0: Update for lfs Date: Sat, 03 Apr 2021 18:21:41 +0200 Message-ID: <20210403162141.27663-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5428297256139001201==" List-Id: --===============5428297256139001201== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit 'cmake 3.20' complained about an "unknown option". Signed-off-by: Matthias Fischer --- lfs/poppler | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/poppler b/lfs/poppler index b03702146..632d6f8ef 100644 --- a/lfs/poppler +++ b/lfs/poppler @@ -76,7 +76,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) -DCMAKE_INSTALL_PREFIX=/usr \ -DTESTDATADIR=$PWD/testfiles \ -DENABLE_UNSTABLE_API_ABI_HEADERS=ON \ - -ENABLE_QT5=OFF \ + -DENABLE_QT5=OFF \ .. cd $(DIR_APP)/build && make $(MAKETUNING) -- 2.18.0 --===============5428297256139001201==--