~alpine/devel

1

[alpine-devel] [PATCH] testing/encfs: fixed missing libstdc++ and added lib sub

ScrumpyJack <scrumpyjack@me.com>
Details
Message ID
<alpine.LNX.2.00.1502191031560.976@st.ilet.to>
Sender timestamp
1424342262
DKIM signature
missing
Download raw message
In case the body if this mail is muddled by my MUA: http://sprunge.us/jJVH


https://vgough.github.io/encfs/
EncFS provides an encrypted filesystem in user-space
---
 testing/encfs/APKBUILD | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/testing/encfs/APKBUILD b/testing/encfs/APKBUILD
index fbcb30e..250c9cc 100644
--- a/testing/encfs/APKBUILD
+++ b/testing/encfs/APKBUILD
@@ -10,11 +10,12 @@ arch="all"
 license="GPL"
 depends="fuse"
 depends_dev=""
-makedepends="rlog-dev openssl-dev fuse-dev boost-dev
+makedepends="libstdc++ rlog-dev openssl-dev fuse-dev boost-dev
 	libtool gettext-dev autoconf automake"
 install=""
-subpackages="$pkgname-doc"
+subpackages="$pkgname-libs $pkgname-doc"
 
source="$pkgname-$_ver.tar.gz::https://github.com/vgough/encfs/archive/v$_ver.tar.gz"
+options="libtool"
 
 _builddir="$srcdir/${pkgname}-$_ver"
 prepare() {
@@ -42,6 +43,7 @@ build() {
 package() {
 	cd "$_builddir"
 	make DESTDIR="${pkgdir}" install || return 1
+        libtool --finish "${pkgdir}"/usr/lib
 	find "$pkgdir" -name '*.la' -delete || return 1
 }
 
-- 
2.2.2


---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Leonardo Arena <rnalrd@gmail.com>
Details
Message ID
<1424361432.10770.1.camel@df1844j>
In-Reply-To
<alpine.LNX.2.00.1502191031560.976@st.ilet.to> (view parent)
Sender timestamp
1424361432
DKIM signature
missing
Download raw message

On gio, 2015-02-19 at 10:37 +0000, ScrumpyJack wrote:
> In case the body if this mail is muddled by my MUA: http://sprunge.us/jJVH

It was. :)

Applied, thanks!

- leo
Reply to thread Export thread (mbox)