3725ce7d49
Changelog: This patch release includes several important fixes to the link mode and driver logic. In addition, it adds mdso support to midipix targets, as well as updates slibtool's own build system. - link mode: re-implemented slbt_exec_link_finalize_argument_vector(). - link mode: import library generation: added mdso support. - link mode: use -fpic objects with -disable-static. - driver: added --mdso and --implib support. - driver: added initial -dlpreopen support. - driver: support -thread-safe more elegantly. - driver: properly handle -thread-safe (no-op, compatibility).
17 lines
407 B
Makefile
17 lines
407 B
Makefile
# $NetBSD: Makefile,v 1.5 2018/02/09 21:49:45 wiedi Exp $
|
|
|
|
DISTNAME= slibtool-0.5.18
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=midipix-project/}
|
|
GITHUB_TAG= v${PKGVERSION_NOREV}
|
|
|
|
MAINTAINER= wiedi@frubar.net
|
|
HOMEPAGE= https://midipix.org/
|
|
COMMENT= Surrogate libtool implementation, written in C
|
|
LICENSE= mit
|
|
|
|
HAS_CONFIGURE= yes
|
|
USE_LANGUAGES= c
|
|
USE_TOOLS+= gmake
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|