diff options
author | wiz <wiz@pkgsrc.org> | 2010-06-25 22:06:47 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-06-25 22:06:47 +0000 |
commit | 2de23cc787b6e67c94e5f78a340c46e526a9e36a (patch) | |
tree | a7f3a9894568fe0dd313eaff150f34381da222a5 /databases | |
parent | c50f4afeb00d090ae6fc0abb9773a27cc1e711bf (diff) | |
download | pkgsrc-2de23cc787b6e67c94e5f78a340c46e526a9e36a.tar.gz |
Use DL_AUTO_VARS to fix build on Linux. From Aleksey Cheusov in PR 43516.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/iodbc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/iodbc/Makefile b/databases/iodbc/Makefile index 03e077c514d..5fae52a4b0a 100644 --- a/databases/iodbc/Makefile +++ b/databases/iodbc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2009/10/17 02:01:50 taca Exp $ +# $NetBSD: Makefile,v 1.18 2010/06/25 22:06:47 wiz Exp $ DISTNAME= libiodbc-3.52.7 PKGNAME= ${DISTNAME:S/^lib//} @@ -18,8 +18,8 @@ USE_LIBTOOL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-gui CONFIGURE_ARGS+= --with-iodbc-inidir=${PKG_SYSCONFDIR} -LIBADD_DL= ${DL_LDFLAGS} ${DL_LIBS} -MAKE_FLAGS+= LIBADD_DL=${LIBADD_DL:Q} + +DL_AUTO_VARS= yes EGDIR= ${PREFIX}/share/examples/${PKGBASE} CONF_FILES= ${EGDIR}/odbc.ini ${PKG_SYSCONFDIR}/odbc.ini |