Removed HAVE_CRYPT
SVN revision: 2310
This commit is contained in:
@@ -24,9 +24,6 @@ RCDIR = $(ROOT)/etc/rc.d/init.d
|
||||
# flag for SSL support
|
||||
USE_SSL = 1
|
||||
|
||||
# flag for crypt() support
|
||||
USE_CRYPT = 1
|
||||
|
||||
#############################################################
|
||||
|
||||
# Default compilation flags unless stated otherwise.
|
||||
@@ -80,13 +77,6 @@ LIBS += -lssl
|
||||
endif
|
||||
endif
|
||||
|
||||
ifdef USE_CRYPT
|
||||
ifneq ($(USE_CRYPT),0)
|
||||
CFLAGS += -DHAVE_CRYPT
|
||||
LIBS += -lcrypt
|
||||
endif
|
||||
endif
|
||||
|
||||
WHOAMI = $(shell whoami)
|
||||
ifeq ($(WHOAMI),root)
|
||||
BINFLAGS = -o ${BINOWNER} -g ${BINGROUP}
|
||||
@@ -180,5 +170,5 @@ install: $(EXECS)
|
||||
restart:
|
||||
$(RCDIR)/elogd restart
|
||||
clean:
|
||||
-$(RM) *~ $(EXECS) regex.o mxml.o strlcpy.o locext
|
||||
-$(RM) *~ $(EXECS) regex.o crypt.o mxml.o strlcpy.o locext
|
||||
|
||||
|
||||
Reference in New Issue
Block a user