summaryrefslogtreecommitdiff
path: root/org.handhelds.familiar/packages/xmu
diff options
context:
space:
mode:
authorPhil Blundell <pb@handhelds.org>2006-05-25 13:36:25 +0200
committerRene Wagner <rw@handhelds.org>2006-05-25 13:36:25 +0200
commit55fbdd15644da4375f5dc3eea62b7c1e55339f55 (patch)
tree014cff7e9407157d87f6587b4ec09de7ccd1f157 /org.handhelds.familiar/packages/xmu
parent37303226dc6f4b9775f59dfa3efb9be659c8a9c6 (diff)
various packages: avoid rpath linking. Fixes the major offenders for Bug #1650. Thanks Phil!
Signed-off-by: Rene Wagner <rw@handhelds.org>
Diffstat (limited to 'org.handhelds.familiar/packages/xmu')
-rw-r--r--org.handhelds.familiar/packages/xmu/xmu_cvs.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.handhelds.familiar/packages/xmu/xmu_cvs.bb b/org.handhelds.familiar/packages/xmu/xmu_cvs.bb
index c7e5f84..d564442 100644
--- a/org.handhelds.familiar/packages/xmu/xmu_cvs.bb
+++ b/org.handhelds.familiar/packages/xmu/xmu_cvs.bb
@@ -4,7 +4,7 @@ SECTION = "x11/libs"
PRIORITY = "optional"
MAINTAINER = "Phil Blundell <pb@handhelds.org>"
DEPENDS = "xt xext"
-PR = "r2"
+PR = "r3"
SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xmu"
S = "${WORKDIR}/Xmu"
@@ -17,5 +17,5 @@ FILES_xmuu-dev = "${libdir}/libXmuu.so"
inherit autotools pkgconfig
do_stage () {
- oe_runmake install DESTDIR="" bindir=${STAGING_BINDIR} includedir=${STAGING_INCDIR} libdir=${STAGING_LIBDIR} prefix=${STAGING_DIR}
+ autotools_stage_all
}