diff options
author | tv <tv@pkgsrc.org> | 2004-04-28 11:10:37 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-04-28 11:10:37 +0000 |
commit | 238a2b31dc37bf16fd77813cfbd522cc51c30b9b (patch) | |
tree | d0dd7aab6604fe6ec298b52a3ec054c3397508f5 /pkgtools/pkg_install | |
parent | ca46d233940dfbb2efc6f85a290608a35fe94c67 (diff) | |
download | pkgsrc-238a2b31dc37bf16fd77813cfbd522cc51c30b9b.tar.gz |
Obey additional bits of CONFIGURE_ENV when configuring libnbcompat.
Diffstat (limited to 'pkgtools/pkg_install')
-rw-r--r-- | pkgtools/pkg_install/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile index 62bbe610e07..ac4d7907ca4 100644 --- a/pkgtools/pkg_install/Makefile +++ b/pkgtools/pkg_install/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.100 2004/04/09 18:38:12 tv Exp $ +# $NetBSD: Makefile,v 1.101 2004/04/28 11:10:37 tv Exp $ # Notes to package maintainers: # @@ -71,9 +71,8 @@ do-extract: @${CP} -Rp ${FILESDIR} ${WRKSRC} pre-configure: - cd ${LIBNBCOMPAT_SRCDIR} && ${SETENV} \ - CC="${CC}" CPPFLAGS="${CPPFLAGS:M*}" ./configure && \ - ${MAKE_PROGRAM} + @cd ${LIBNBCOMPAT_SRCDIR} && ${SETENV} ${CONFIGURE_ENV:NLIBS=*} \ + CC=${CC} CPPFLAGS=${CPPFLAGS:Q} ./configure && ${MAKE_PROGRAM} post-install: if [ ! -f ${PKG_DBDIR}/pkgdb.byfile.db ]; then \ |