]> git.pld-linux.org Git - packages/ckermit.git/commitdiff
- gcc4 fix.
authorPaweł Sikora <pluto@pld-linux.org>
Sun, 12 Jun 2005 15:13:04 +0000 (15:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ckermit-gcc4.patch -> 1.1
    ckermit.spec -> 1.25

ckermit-gcc4.patch [new file with mode: 0644]
ckermit.spec

diff --git a/ckermit-gcc4.patch b/ckermit-gcc4.patch
new file mode 100644 (file)
index 0000000..7bafc2c
--- /dev/null
@@ -0,0 +1,13 @@
+--- ckermit-8.0.211/ck_crp.c.orig      2004-03-14 18:05:52.000000000 +0100
++++ ckermit-8.0.211/ck_crp.c   2005-06-12 17:07:45.000000000 +0200
+@@ -467,8 +467,8 @@
+  * These function pointers point to the current routines
+  * for encrypting and decrypting data.
+  */
+-static VOID     (*encrypt_output) P((unsigned char *, int));
+-static int      (*decrypt_input) P((int));
++VOID     (*encrypt_output) P((unsigned char *, int));
++int      (*decrypt_input) P((int));
+ #ifdef DEBUG
+ static int encrypt_debug_mode = 1;
index e670e3ed3a66261adf84b521a011ee5a4acc7ecd..93f111fa682b6f4bcc162c71c8a48a3fd93aa496 100644 (file)
@@ -14,6 +14,7 @@ Source3:      cku-%{name}.locale.ini
 Source4:       cku-%{name}.phone
 Patch0:                cku-ssl-krb-srp.patch.gz
 Patch1:                cku-makefile.patch
+Patch2:                %{name}-gcc4.patch
 URL:           http://www.columbia.edu/kermit/
 BuildRequires: pam-devel
 BuildRequires: openssl-devel >= 0.9.7d
@@ -38,6 +39,7 @@ komunikacyjnych.
 %setup -q -c
 #%patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %{__make} linux-PLD+ssl+pam OPT="%{rpmcflags}" LNKFLAGS="%{rpmldflags}"
This page took 0.092856 seconds and 4 git commands to generate.