1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/security/slush/files/patch-aa
Steve Price 1a06cefa35 Update to version 0.1.1.
PR:		11663
Submitted by:	maintainer
1999-05-24 02:21:57 +00:00

39 lines
886 B
Plaintext

*** 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
! 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: