components/proftpd/Makefile
changeset 5972 e58388dcef63
parent 5971 065a45513062
child 6012 4a50ae908977
equal deleted inserted replaced
5971:065a45513062 5972:e58388dcef63
    52 TEST_TARGET= $(SKIP_TEST)
    52 TEST_TARGET= $(SKIP_TEST)
    53 include $(WS_MAKE_RULES)/common.mk
    53 include $(WS_MAKE_RULES)/common.mk
    54 
    54 
    55 # IPS_COMPONENT_VERSION is by default set to $(COMPONENT_VERSION) but it is not
    55 # IPS_COMPONENT_VERSION is by default set to $(COMPONENT_VERSION) but it is not
    56 # enough for us. We need to include the $(COMPONENT_SUBVERSION) somehow.
    56 # enough for us. We need to include the $(COMPONENT_SUBVERSION) somehow.
    57 # Because the IPS_COMPONENT_VERSION cannot contain letters we used '.0.5'
    57 # Because the IPS_COMPONENT_VERSION cannot contain letters
    58 # instead of 'e'.
    58 # ...we will use '.2' instead of 'b'.
    59 IPS_COMPONENT_VERSION=  $(COMPONENT_VERSION)
    59 IPS_COMPONENT_VERSION=  $(COMPONENT_VERSION).2
    60 
    60 
    61 CFLAGS += -I$(USRINCDIR)/kerberosv5 -DHAVE_KRB5_H=1 -DKRB5_DLLIMP= -DHAVE__GETGRPSBYMEMBER -D_SOLARIS_DTRACE
    61 CFLAGS += -I$(USRINCDIR)/kerberosv5 -DHAVE_KRB5_H=1 -DKRB5_DLLIMP= -DHAVE__GETGRPSBYMEMBER -D_SOLARIS_DTRACE
    62 ifeq ($(OS_VERSION), 5.11)
    62 ifeq ($(OS_VERSION), 5.11)
    63 CFLAGS += -D_POSIX_PTHREAD_SEMANTICS
    63 CFLAGS += -D_POSIX_PTHREAD_SEMANTICS
    64 endif
    64 endif