From 8df41b0b31497ad7927c6a7ab20f0b73684f91b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Mon, 19 May 2014 11:39:49 +0000 Subject: [PATCH] add PKCS11 include path to RPM spec; refs #177 --- swissbrowser.spec.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/swissbrowser.spec.in b/swissbrowser.spec.in index 1986111..52e3bc5 100644 --- a/swissbrowser.spec.in +++ b/swissbrowser.spec.in @@ -24,7 +24,8 @@ This package contains the program and shared libraries required at runtime. %prep %setup -q -./configure --prefix=/usr \ +CPPFLAGS="-std=c++0x -I/usr/include/pkcs11-helper-1.0" \ + ./configure --prefix=/usr \ --docdir=/usr/share/doc/packages/@PACKAGENAME@ \ --libdir=/usr/%_lib \ --with-qt-install-plugins=/usr/share/qt4/plugins/designer