8479f8e6e3
New in 2.10: * Support for Linux/S390. <sigsegv.h> now defines a macro SIGSEGV_FAULT_ADDRESS_ALIGNMENT. It is either 1 or pagesize. Its meaning is that - The fault address passed to a SIGSEGV handler has been rounded down to a multiple of SIGSEGV_FAULT_ADDRESS_ALIGNMENT. - The address and length arguments of sigsegv_register function calls must be multiples of SIGSEGV_FAULT_ADDRESS_ALIGNMENT. * Faster distinction between stack overflow and other fault on OpenBSD.
21 lines
512 B
Makefile
21 lines
512 B
Makefile
# $NetBSD: Makefile,v 1.13 2011/04/06 21:51:14 asau Exp $
|
|
#
|
|
|
|
DISTNAME= libsigsegv-2.10
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=libsigsegv/}
|
|
|
|
MAINTAINER= martijn.van.buul@gmail.com
|
|
HOMEPAGE= http://savannah.gnu.org/projects/libsigsegv/
|
|
COMMENT= Library for handling page faults in user mode
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
CONFLICTS+= libsigsegv25-[0-9]*
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config
|
|
GNU_CONFIGURE= yes
|
|
TEST_TARGET= check
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|