]> git.pld-linux.org Git - packages/ckermit.git/blob - cku-makefile.patch
- new/updated
[packages/ckermit.git] / cku-makefile.patch
1 --- ckermit-7.0.197/makefile~   Sun Feb 27 23:05:52 2000
2 +++ ckermit-7.0.197/makefile    Thu Jul 13 19:08:11 2000
3 @@ -4692,6 +4692,19 @@
4         -ldes -lkrb4 -ldes425 -lssl -lsslcrypto \
5         -lkrb5 -lcom_err -lk5crypto -lcrypt -lresolv -lpam -ldl"
6  
7 +linux-PLD+krb5+openssl+zlib+pam+shadow:
8 +       @echo 'Making C-Kermit $(CKVER) for Linux on i386 with PAM,KRB5,SSL...'
9 +       $(MAKE) xermit KTARGET=$${KTARGET:-$(@)} "CC = gcc" "CC2 = gcc" \
10 +       "CFLAGS = $(OPT) -funsigned-char -pipe -DPOSIX -DLINUX -DNOCOTFMC \
11 +       -DCK_AUTHENTICATION -DCK_KERBEROS -DKRB5 -DCK_SHADOW -DOPENSSL_097 \
12 +       -DCK_ENCRYPTION -DCK_CAST -DCK_DES -DLIBDES -DCK_SSL -DCK_PAM -DZLIB \
13 +       -DCK_CURSES -DCK_POSIX_SIG -DTCPSOCKET -DLINUXFSSTND -DHAVE_CRYPT_H \
14 +       \
15 +       -I/usr/include/security -I/usr/include/openssl -I/usr/include/ncurses \
16 +       -I/usr/include/krb5 -I/usr/include/et $(KFLAGS)" "LNKFLAGS = $(LNKFLAGS)" \
17 +       "LIBS = -lm -lncurses -lssl -lcrypto -lgssapi_krb5 \
18 +       -lkrb5 -lcom_err -lk5crypto -lcrypt -lresolv -lpam -ldl -lz"
19 +
20  linuxnotcp:
21         $(MAKE) linux KTARGET=$${KTARGET:-$(@)} "KFLAGS = -DNONET $(KFLAGS)"
22  
This page took 0.069604 seconds and 4 git commands to generate.