mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Removed HAVE_CRYPT
SVN revision: 2310
This commit is contained in:
parent
231215e193
commit
fc0fe3762a
12
Makefile
12
Makefile
@ -24,9 +24,6 @@ RCDIR = $(ROOT)/etc/rc.d/init.d
|
|||||||
# flag for SSL support
|
# flag for SSL support
|
||||||
USE_SSL = 1
|
USE_SSL = 1
|
||||||
|
|
||||||
# flag for crypt() support
|
|
||||||
USE_CRYPT = 1
|
|
||||||
|
|
||||||
#############################################################
|
#############################################################
|
||||||
|
|
||||||
# Default compilation flags unless stated otherwise.
|
# Default compilation flags unless stated otherwise.
|
||||||
@ -80,13 +77,6 @@ LIBS += -lssl
|
|||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifdef USE_CRYPT
|
|
||||||
ifneq ($(USE_CRYPT),0)
|
|
||||||
CFLAGS += -DHAVE_CRYPT
|
|
||||||
LIBS += -lcrypt
|
|
||||||
endif
|
|
||||||
endif
|
|
||||||
|
|
||||||
WHOAMI = $(shell whoami)
|
WHOAMI = $(shell whoami)
|
||||||
ifeq ($(WHOAMI),root)
|
ifeq ($(WHOAMI),root)
|
||||||
BINFLAGS = -o ${BINOWNER} -g ${BINGROUP}
|
BINFLAGS = -o ${BINOWNER} -g ${BINGROUP}
|
||||||
@ -180,5 +170,5 @@ install: $(EXECS)
|
|||||||
restart:
|
restart:
|
||||||
$(RCDIR)/elogd restart
|
$(RCDIR)/elogd restart
|
||||||
clean:
|
clean:
|
||||||
-$(RM) *~ $(EXECS) regex.o mxml.o strlcpy.o locext
|
-$(RM) *~ $(EXECS) regex.o crypt.o mxml.o strlcpy.o locext
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user