bc7fe1a93a
This is a quick-n-dirty BSD licensed clone of backtrace facility found in the GNU libc, mainly intended for porting linuxish code to BSD platforms, however it can be used at any platform which has a gcc compiler. from bernd@ (patch-execinfo_c from FreeBSD)
15 lines
369 B
Plaintext
15 lines
369 B
Plaintext
$OpenBSD: patch-Makefile,v 1.1.1.1 2008/10/21 17:01:24 ajacoutot Exp $
|
|
--- Makefile.orig Mon Dec 10 22:07:49 2007
|
|
+++ Makefile Mon Dec 10 22:08:07 2007
|
|
@@ -30,8 +30,8 @@ SRCS= stacktraverse.c stacktraverse.h execinfo.c execi
|
|
|
|
INCS= execinfo.h
|
|
|
|
-SHLIB_MAJOR= 1
|
|
-SHLIB_MINOR= 0
|
|
+SHLIB_MAJOR= ${LIBexecinfo_MAJOR}
|
|
+SHLIB_MINOR= ${LIBexecinfo_MINOR}
|
|
|
|
NOPROFILE= yes
|
|
|