Changes of Revision 13
[-] | Changed | truecrypt.spec |
x 1
2 Url: http://www.truecrypt.org 3 Source0: %{name}-%{version}-source.tar.gz 4 Source1: %{name}.desktop 5 +Patch0: %{name}-libpki.patch 6 #Patch0: %{name}-%{version}-wx.patch 7 Summary: Free open-source disk encryption software for Windows Vista/XP/2000 and Linux 8 9
10 11 %prep 12 %setup -n truecrypt-%{version}-source 13 -#%patch0 14 +%patch0 15 16 %build 17 export NOTEST=1 ; make 18 |
||
[+] | Added | truecrypt-libpki.patch ^ |
@@ -0,0 +1,11 @@ +--- Common/SecurityToken.h.orig 2008-11-11 10:35:53.000000000 +0100 ++++ Common/SecurityToken.h 2008-11-11 10:36:05.000000000 +0100 +@@ -40,7 +40,7 @@ + # define CK_DECLARE_FUNCTION(RET_TYPE, NAME) RET_TYPE NAME + # define CK_DECLARE_FUNCTION_POINTER(RET_TYPE, NAME) RET_TYPE (* NAME) + +-# include <pkcs11.h> ++# include <libpki/net/pkcs11.h> + + #endif // !TC_WINDOWS + |