diff options
author | Timur I. Bakeyev <timur@FreeBSD.org> | 2014-11-18 22:29:27 +0000 |
---|---|---|
committer | Timur I. Bakeyev <timur@FreeBSD.org> | 2014-11-18 22:29:27 +0000 |
commit | 7698a3c27ba6a9837e52c9edc44321e1943ab249 (patch) | |
tree | dd33d72aa4a02d72c709dcdcd81defe1b6089e7b /net/samba36 | |
parent | b84f1fc5c26f2360df1391689451317d2a3cd30b (diff) |
Replace inclusion of libexecinfo with appropriate USES flag.
Notes
Notes:
svn path=/head/; revision=372749
Diffstat (limited to 'net/samba36')
-rw-r--r-- | net/samba36/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/samba36/Makefile b/net/samba36/Makefile index 84775bb06d3e..3087d41d6fac 100644 --- a/net/samba36/Makefile +++ b/net/samba36/Makefile @@ -32,7 +32,7 @@ AUTOHEADER_ARGS= ${IPATHS} AUTOCONF_ARGS= ${IPATHS} GNU_CONFIGURE= yes -USES= gmake pkgconfig iconv cpe +USES= gmake pkgconfig iconv execinfo cpe USE_AUTOTOOLS= autoconf autoheader USE_LDCONFIG= ${SAMBA_LIBDIR} # pkg-config is used to find talloc @@ -81,8 +81,6 @@ CONFIGURE_ENV+= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ CONFIGURE_ENV+= ac_cv_header_sys_mount_h=yes # XXX: readdir test fails on ZFS, bringing unusable replacement code CONFIGURE_ENV+= libreplace_cv_READDIR_NEEDED=no -# Let process generate meaningful backtrace on a core dump -LIB_DEPENDS+= libexecinfo.so:${PORTSDIR}/devel/libexecinfo # tdb BUILD_DEPENDS+= tdb>=1.2.6:${PORTSDIR}/databases/tdb RUN_DEPENDS+= tdb>=1.2.6:${PORTSDIR}/databases/tdb |