a20ffef67f
Version 0.1.11 2018-10-30 - portability: remove issues associated with AC_FUNC_MALLOC This configure.ac macro is known to cause issues and not provide real benefit. Thus many projects have removed it, as we have for most of the rsyslog projects. libestr seemed to have overlooked. This came up when troubleshooting issues on IBM AIX. - make build on AIX Thanks to github user purnimam1 for the patch - bugfix: es_str2num mishandling empty strings If es_str2num() receives an empty string, misadressing happens. Under extreme conditions, this theoretically can lead to a segfault. Thanks to Jan Gerhards for the patch. closes https://github.com/rsyslog/libestr/issues/10 - CI/Travis: now also test on osX
18 lines
436 B
Makefile
18 lines
436 B
Makefile
# $NetBSD: Makefile,v 1.4 2020/03/24 15:28:09 nia Exp $
|
|
|
|
DISTNAME= libestr-0.1.11
|
|
CATEGORIES= devel
|
|
MASTER_SITES= https://libestr.adiscon.com/files/download/
|
|
|
|
MAINTAINER= bartosz.kuzma@gmail.com
|
|
HOMEPAGE= https://libestr.adiscon.com/
|
|
COMMENT= Library for some string essentials
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
PKGCONFIG_OVERRIDE+= libestr.pc.in
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|