diff options
author | Phil Blundell <pb@handhelds.org> | 2006-05-25 13:36:25 +0200 |
---|---|---|
committer | Rene Wagner <rw@handhelds.org> | 2006-05-25 13:36:25 +0200 |
commit | 55fbdd15644da4375f5dc3eea62b7c1e55339f55 (patch) | |
tree | 014cff7e9407157d87f6587b4ec09de7ccd1f157 /org.handhelds.familiar/packages/xdmcp | |
parent | 37303226dc6f4b9775f59dfa3efb9be659c8a9c6 (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/xdmcp')
-rw-r--r-- | org.handhelds.familiar/packages/xdmcp/libxdmcp_0.1.3.bb | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/org.handhelds.familiar/packages/xdmcp/libxdmcp_0.1.3.bb b/org.handhelds.familiar/packages/xdmcp/libxdmcp_0.1.3.bb index 60d74e9..f74ae50 100644 --- a/org.handhelds.familiar/packages/xdmcp/libxdmcp_0.1.3.bb +++ b/org.handhelds.familiar/packages/xdmcp/libxdmcp_0.1.3.bb @@ -5,7 +5,7 @@ MAINTAINER = "Greg Gilbert <greg@treke.net>" DEPENDS = "xproto" PROVIDES = "xdmcp" DESCRIPTION = "X Display Manager Control Protocol library." -PR = "r1" +PR = "r2" S = "${WORKDIR}/libXdmcp-${PV}" SRC_URI = "${XLIBS_MIRROR}/libXdmcp-${PV}.tar.bz2 \ @@ -14,9 +14,5 @@ SRC_URI = "${XLIBS_MIRROR}/libXdmcp-${PV}.tar.bz2 \ inherit autotools pkgconfig do_stage() { - oe_runmake install prefix=${STAGING_DIR} \ - bindir=${STAGING_BINDIR} \ - includedir=${STAGING_INCDIR} \ - libdir=${STAGING_LIBDIR} \ - datadir=${STAGING_DATADIR} + autotools_stage_all } |