components/proftpd/Makefile
changeset 875 5e870fe2b411
parent 800 2ad056ed89ec
child 902 908943bbfdb9
equal deleted inserted replaced
874:cef42778dd8b 875:5e870fe2b411
    53 # enough for us. We need to include the $(COMPONENT_SUBVERSION) somehow.
    53 # enough for us. We need to include the $(COMPONENT_SUBVERSION) somehow.
    54 # Because the IPS_COMPONENT_VERSION cannot contain letters we used '.0.5'
    54 # Because the IPS_COMPONENT_VERSION cannot contain letters we used '.0.5'
    55 # instead of 'e'.
    55 # instead of 'e'.
    56 IPS_COMPONENT_VERSION=  $(COMPONENT_VERSION).0.7
    56 IPS_COMPONENT_VERSION=  $(COMPONENT_VERSION).0.7
    57 
    57 
    58 CONFIGURE_OPTIONS +=	CFLAGS="$(CFLAGS) -I/usr/include/kerberosv5 -DHAVE_KRB5_H=1 -DKRB5_DLLIMP="
    58 CONFIGURE_OPTIONS +=	CFLAGS="$(CFLAGS) -I/usr/include/kerberosv5 -DHAVE_KRB5_H=1 -DKRB5_DLLIMP= -DHAVE__GETGRPSBYMEMBER"
    59 # Force immediate binding because of chroot().
    59 # Force immediate binding because of chroot().
    60 CONFIGURE_OPTIONS +=	LDFLAGS="-z guidance=nolazyload -z nolazyload -lbsm"
    60 CONFIGURE_OPTIONS +=	LDFLAGS="-z guidance=nolazyload -z nolazyload -lbsm"
    61 CONFIGURE_OPTIONS +=	install_user=$(LOGNAME)
    61 CONFIGURE_OPTIONS +=	install_user=$(LOGNAME)
    62 CONFIGURE_OPTIONS +=	install_group=`groups | cut -f 1 -d ' '`
    62 CONFIGURE_OPTIONS +=	install_group=`groups | cut -f 1 -d ' '`
    63 CONFIGURE_OPTIONS +=	--sysconfdir=$(ETCDIR)
    63 CONFIGURE_OPTIONS +=	--sysconfdir=$(ETCDIR)