summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny van Dyk <kugelfang@gentoo.org>2004-07-03 18:52:29 +0000
committerDanny van Dyk <kugelfang@gentoo.org>2004-07-03 18:52:29 +0000
commitee37e4edafbe39bd639570cc6771e9355b3558c8 (patch)
tree3ed92024a70f76f47510b577ae3439096880c7f4 /dev-libs
parentMarked ~amd64. Closing bug 55290. (Manifest recommit) (diff)
downloadgentoo-2-ee37e4edafbe39bd639570cc6771e9355b3558c8.tar.gz
gentoo-2-ee37e4edafbe39bd639570cc6771e9355b3558c8.tar.bz2
gentoo-2-ee37e4edafbe39bd639570cc6771e9355b3558c8.zip
shared object got stripped completely -> no symbols left... RESTRICT=nostrip helps...
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/openobex/openobex-1.0.1.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-libs/openobex/openobex-1.0.1.ebuild b/dev-libs/openobex/openobex-1.0.1.ebuild
index bb9545356a53..8a3874f9fabe 100644
--- a/dev-libs/openobex/openobex-1.0.1.ebuild
+++ b/dev-libs/openobex/openobex-1.0.1.ebuild
@@ -1,11 +1,15 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/openobex/openobex-1.0.1.ebuild,v 1.9 2004/07/03 16:53:17 kugelfang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/openobex/openobex-1.0.1.ebuild,v 1.10 2004/07/03 18:52:29 kugelfang Exp $
inherit eutils
IUSE=""
+RESTRICT="nostrip" # .a and .la can't be stripped, stripping
+ # the .so results in library w/o symbols :-/
+ # Danny van Dyk <kugelfang@gentoo.org> 2004/07/03
+
DESCRIPTION="An implementation of the OBEX protocol used for transferring data to mobile devices"
SRC_URI="mirror://sourceforge/openobex/${P}.tar.gz"
HOMEPAGE="http://sourceforge.net/projects/openobex"