pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

keystone: Switch to shared libs



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Jun 11 22:21:43 2016 +0200
Changeset:	826447fc78274494aa06a9a5ea530a53acbcae29

Modified Files:
	keystone/Makefile
	keystone/PLIST

Log Message:
keystone: Switch to shared libs

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=826447fc78274494aa06a9a5ea530a53acbcae29

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 keystone/Makefile | 3 +++
 keystone/PLIST    | 3 ++-
 2 files changed, 5 insertions(+), 1 deletion(-)

diffs:
diff --git a/keystone/Makefile b/keystone/Makefile
index 9de2117..0a7f6d8 100644
--- a/keystone/Makefile
+++ b/keystone/Makefile
@@ -12,4 +12,7 @@ LICENSE=	gnu-gpl-v2
 USE_CMAKE=	yes
 USE_LANGUAGES=	c c++
 
+CMAKE_ARGS+=	-DBUILD_SHARED_LIBS=ON
+CMAKE_ARGS+=	-DLLVM_TARGETS_TO_BUILD=all
+
 .include "../../mk/bsd.pkg.mk"
diff --git a/keystone/PLIST b/keystone/PLIST
index 205c8d4..17c10b0 100644
--- a/keystone/PLIST
+++ b/keystone/PLIST
@@ -9,4 +9,5 @@ include/keystone/ppc.h
 include/keystone/sparc.h
 include/keystone/systemz.h
 include/keystone/x86.h
-lib/libkeystone.a
+lib/libkeystone.so
+lib/libkeystone.so.0


Home | Main Index | Thread Index | Old Index