From fbbca5976a6e0b3db5aea626c25f06e5dceb531c Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Thu, 6 Dec 2012 05:17:26 +0400 Subject: Split libv8 --- libv8/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'libv8/Makefile') diff --git a/libv8/Makefile b/libv8/Makefile index 8b5df93..44d199a 100644 --- a/libv8/Makefile +++ b/libv8/Makefile @@ -10,7 +10,8 @@ license := BSD license-file := LICENSE.v8 version := 3.14.5 name := libv8 -libSoname := libv8.so +libSoname := libv8.so.$(version) +so-version := $(version) build-depends += \ pkg:/developer/build/gyp @@ -52,7 +53,7 @@ build-%-stamp: configure-%-stamp CXX="$(CXX)" \ LINK="$(CXX)" \ library=shared \ - soname_version= \ + soname_version=$(so-version) \ werror=no \ $(v8arch).release touch $@ -- cgit v1.2.3