summaryrefslogtreecommitdiff
path: root/security/slush/files/patch-aa
blob: 792cb9a4f523791cc3d129fc23fd534d13c3ceed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
*** Makefile.in.orig	Tue Apr  6 03:05:04 1999
--- Makefile.in	Sun May 16 21:37:14 1999
***************
*** 9,16 ****
  
  CC=@CC@
  INSTALL=@INSTALL@
! CFLAGS=@CFLAGS@ -Wall -DVERSION=\"$(VERSION)\" -I/usr/local/ssl/include -I/usr/include/ssl
! LIBS=@LIBS@ -L/usr/local/ssl/lib -lssl -lcrypto
  
  all: slush slushd
  
--- 9,16 ----
  
  CC=@CC@
  INSTALL=@INSTALL@
! CFLAGS=@CFLAGS@ -Wall -DVERSION=\"$(VERSION)\" -I/usr/local/include -I/usr/local/include/openssl
! LIBS=@LIBS@ -L/usr/local/lib -lssl -lcrypto $(EXTRA_SSL_LIBS) -lutil
  
  all: slush slushd
  
***************
*** 38,44 ****
  install: $(SBINDIR)/slushd $(MANDIR)/slush.8
  
  cert:
! 	ssleay req -new -x509 -nodes \
  		-out slushd.pem -days 365 -keyout slushd.pem
  
  clean:
--- 38,44 ----
  install: $(SBINDIR)/slushd $(MANDIR)/slush.8
  
  cert:
! 	openssl req -new -x509 -nodes \
  		-out slushd.pem -days 365 -keyout slushd.pem
  
  clean: