From 21e7f521fd90d37034ba48079e854010a328a12a Mon Sep 17 00:00:00 2001 From: pav Date: Tue, 27 Mar 2007 16:29:28 +0000 Subject: - Fix after objformat removal Reported by: pointyhat --- sysutils/cpu/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'sysutils/cpu') diff --git a/sysutils/cpu/Makefile b/sysutils/cpu/Makefile index a15c894d1d4..b6e419a1e43 100644 --- a/sysutils/cpu/Makefile +++ b/sysutils/cpu/Makefile @@ -18,11 +18,14 @@ COMMENT= Change Password Utility for LDAP GNU_CONFIGURE= yes USE_BZIP2= yes USE_OPENLDAP= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes CONFIGURE_ARGS= --datadir=${PREFIX}/share/cpu --with-ldap=${LOCALBASE} CONFIGURE_ENV= CPPFLAGS="-DLDAP_DEPRECATED" MAN5= cpu.conf.5 MAN8= cpu.8 cpu-ldap.8 +post-patch: + @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure + .include -- cgit