From 878cf1d06784588a20f21f4d824b85156b1b3673 Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Sun, 26 Jun 2016 15:52:01 +0200 Subject: [PATCH] poppler: explicit disable use of libnss --- poppler/.footprint | 3 --- poppler/Pkgfile | 3 ++- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/poppler/.footprint b/poppler/.footprint index 9cb71c2a4..c0033a014 100644 --- a/poppler/.footprint +++ b/poppler/.footprint @@ -5,7 +5,6 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/pdfimages -rwxr-xr-x root/root usr/bin/pdfinfo -rwxr-xr-x root/root usr/bin/pdfseparate --rwxr-xr-x root/root usr/bin/pdfsig -rwxr-xr-x root/root usr/bin/pdftocairo -rwxr-xr-x root/root usr/bin/pdftohtml -rwxr-xr-x root/root usr/bin/pdftoppm @@ -68,7 +67,6 @@ drwxr-xr-x root/root usr/include/poppler/ -rw-r--r-- root/root usr/include/poppler/ProfileData.h -rw-r--r-- root/root usr/include/poppler/Rendition.h -rw-r--r-- root/root usr/include/poppler/SecurityHandler.h --rw-r--r-- root/root usr/include/poppler/SignatureHandler.h -rw-r--r-- root/root usr/include/poppler/SignatureInfo.h -rw-r--r-- root/root usr/include/poppler/Sound.h -rw-r--r-- root/root usr/include/poppler/SplashOutputDev.h @@ -176,7 +174,6 @@ drwxr-xr-x root/root usr/share/man/man1/ -rw-r--r-- root/root usr/share/man/man1/pdfimages.1.gz -rw-r--r-- root/root usr/share/man/man1/pdfinfo.1.gz -rw-r--r-- root/root usr/share/man/man1/pdfseparate.1.gz --rw-r--r-- root/root usr/share/man/man1/pdfsig.1.gz -rw-r--r-- root/root usr/share/man/man1/pdftocairo.1.gz -rw-r--r-- root/root usr/share/man/man1/pdftohtml.1.gz -rw-r--r-- root/root usr/share/man/man1/pdftoppm.1.gz diff --git a/poppler/Pkgfile b/poppler/Pkgfile index efce85a1e..0c595c75f 100644 --- a/poppler/Pkgfile +++ b/poppler/Pkgfile @@ -6,7 +6,7 @@ name=poppler version=0.45.0 -release=1 +release=2 source=(http://poppler.freedesktop.org/$name-$version.tar.xz) build() { @@ -17,6 +17,7 @@ build() { --enable-cms=lcms2 \ --enable-libopenjpeg=none \ --enable-xpdf-headers \ + --disable-libnss \ --disable-poppler-{glib,qt4,qt5} make