components/proftpd/Makefile
changeset 455 0806667217c9
parent 437 1b84695d4fb4
child 582 f788d69e0553
child 2237 e330150e53c1
equal deleted inserted replaced
454:1ef5e4f29411 455:0806667217c9
    50 # Because the IPS_COMPONENT_VERSION cannot contain letters we used '.0.5'
    50 # Because the IPS_COMPONENT_VERSION cannot contain letters we used '.0.5'
    51 # instead of 'e'.
    51 # instead of 'e'.
    52 IPS_COMPONENT_VERSION=  $(COMPONENT_VERSION).0.5
    52 IPS_COMPONENT_VERSION=  $(COMPONENT_VERSION).0.5
    53 
    53 
    54 CONFIGURE_OPTIONS +=	CFLAGS="$(CFLAGS) -I/usr/include/kerberosv5 -DHAVE_KRB5_H=1 -DKRB5_DLLIMP="
    54 CONFIGURE_OPTIONS +=	CFLAGS="$(CFLAGS) -I/usr/include/kerberosv5 -DHAVE_KRB5_H=1 -DKRB5_DLLIMP="
    55 CONFIGURE_OPTIONS +=	LDFLAGS="-lbsm"
    55 # Force immediate binding because of chroot().
       
    56 CONFIGURE_OPTIONS +=	LDFLAGS="-z guidance=nolazyload -z nolazyload -lbsm"
    56 CONFIGURE_OPTIONS +=	install_user=$(LOGNAME)
    57 CONFIGURE_OPTIONS +=	install_user=$(LOGNAME)
    57 CONFIGURE_OPTIONS +=	install_group=`groups | cut -f 1 -d ' '`
    58 CONFIGURE_OPTIONS +=	install_group=`groups | cut -f 1 -d ' '`
    58 CONFIGURE_OPTIONS +=	--sysconfdir=$(ETCDIR)
    59 CONFIGURE_OPTIONS +=	--sysconfdir=$(ETCDIR)
    59 CONFIGURE_OPTIONS +=	--localstatedir=/var/run
    60 CONFIGURE_OPTIONS +=	--localstatedir=/var/run
    60 CONFIGURE_OPTIONS +=	--libexecdir=$(USRLIBDIR)/proftpd
    61 CONFIGURE_OPTIONS +=	--libexecdir=$(USRLIBDIR)/proftpd