aboutsummaryrefslogtreecommitdiffstats
path: root/gnupg
AgeCommit message (Collapse)Author
2004-12-01Add licensesGreg Gilbert
BKrev: 41ae31781LCyRmcVaOy3yZ9SiW85FA
2004-12-01Merge oe-devel@oe-devel.bkbits.net:packagesBruno Randolf
into null.(none):/data/mtx/oe/packages 2004/12/01 20:42:56+01:00 (none)!br1 homepage and/or license added BKrev: 41ae1edfXnkBbPvQcHu4aVzh5g_Sqw
2004-11-09Disable bk EOLN_NATIVE conversions on all files in packages FILESPATHs, to ↵Chris Larson
prevent it screwing up patches. BKrev: 4190111fA4MuVozAqwE7xOSL9fr-TA
2004-10-11Merge bk://openembedded@openembedded.bkbits.net/packagesMatthias Hentges
into mhcln01.hentges.local:/home/mhentges/OpenEmbedded/packages 2004/10/11 18:35:17+02:00 local!CoreDump The mother of all section fixes! Gives a SECTION entry to (almost) all packages which were missing it (and thus were having a section of *base*). I have placed all packages unknown to me into the *unknown* section (and yes, i *am* to lazy to look them up), please fix. BKrev: 416ab6716BWMm_ae6D2MValq-LDFzw
2004-05-29Cleanup pass - remove remnant virtual/libc items from DEPENDS.Chris Larson
BKrev: 40b8c428TTv4Isw4YZOO0-X8vxwV2g
2004-05-22Merges.Chris Larson
2004/05/22 12:46:48-04:00 local!kergoth Bugfixes per the recent FILESDIR cleanup. 2004/05/22 01:03:38-04:00 local!kergoth Run a perl script against the repo to kill off direct FILESDIR usage in favor of relative file:// paths in SRC_URI, and WORKDIR references in functions. 2004/05/21 23:07:58-04:00 local!kergoth Switch file:// FILESDIR uris in SRC_URI to the new relative path format. BKrev: 40af8428aNyDLBX0MRtyso3VCpMv1w
2004-04-01Merge openembedded@openembedded.bkbits.net:packageserich@mine.nu
into erichl.mine.nu:/home/erich/src/packages 2004/04/01 18:33:27-05:00 mine.nu!erich RDEPENDS cleanup - removed explicit RDEPENDS on shared libraries since it is automatically created at packaging time BKrev: 406ca6eaDQx4hBfzmy25UVudaZgnBQ
2004-03-24Another pass of cleanups...Chris Larson
..cheated and made the parser temporarily more picky to spot the packages that need cleaning. BKrev: 4061a6cbKWfvpS3a5Dml4UNIp_LkNQ
2004-03-22Another pass of .oe cleanups.Chris Larson
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
2004-03-13First pass of .oe cleanups.Chris Larson
BKrev: 40529f4crFtRY5_1DubNmWhDeHSmPw
2004-01-20Add missing m4 macros patch for gnupg 1.2.3.Chris Larson
BKrev: 400ce33bWRk0LufKwQwNWEePbt2Nbg
2004-01-19upgraded gnupg to 1.2.4Tim Hurman
BKrev: 400bbd3ejOe8Bd-5rBXuDDaVXly-BA
2003-12-15Add gnupg 1.2.3, courtesy Pawel Osiczko.Chris Larson
BKrev: 3fddf2ffycaKekkl91-sA2HJioNjnw
2003-11-14Move libsip, gnupg, and bluez-bluefw into nonworking.Chris Larson
BKrev: 3fb56bcdEElZV2dTtb6UM_vh2mi9-w
2003-10-30Add some items to nonworking.. syncing my tree with upstream.Chris Larson
BKrev: 3fa09902FBlhboJXXAnJyr9yFJpXow
2003-10-27Remove --program-prefix= opts, now that we fixed it in autoconf's core m4 files.Chris Larson
BKrev: 3f9d943eWkX_eMkS_aDD4EDx_q6mSg
2003-10-25Add gnupg 1.0.7 and 1.2.3.Chris Larson
BKrev: 3f99fb43blDAS3iZxk52TJo2L7Ox4Q
OpenEmbedded Core user contribution treesGrokmirror user
aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glib-2.0/glib-2.0/configure-libtool.patch
blob: aa5de27d125c5624ce10dfb54d4121b3baf0c00c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
From e8740833336c59d6f616a1781b256e648e338c26 Mon Sep 17 00:00:00 2001
From: Martin Jansa <Martin.Jansa@gmail.com>
Date: Sat, 28 Apr 2012 18:24:50 +0200
Subject: [PATCH] configure: use $host_alias-libtool instead of libtool
 directly

Poky renames libtool to $host_alias-libtool.
./$host_alias-libtool isn't created until after configure runs with
libtool >= 2.2.2
so we can't call # it at this point. We can safely assume a version is
available
from PATH though

Rebased to glib-2.27.3 by Dongxiao Xu <dongxiao.xu@intel.com>
Rebased to glib-2.32.1 by Martin Jansa <Martin.Jansa@gmail.com>
Rebased to glib-2.31.20+ by Andre McCurdy <armccurdy@gmail.com>

Upstream-Status: Inappropriate [configuration]

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 configure.ac | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/configure.ac b/configure.ac
index 1af90c5..f6b7a73 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1378,7 +1378,7 @@ if test x"$glib_native_win32" = xyes; then
   G_MODULE_LDFLAGS=
 else
   export SED
-  G_MODULE_LDFLAGS=`(./libtool --config; echo eval echo \\$export_dynamic_flag_spec) | sh`
+  G_MODULE_LDFLAGS=`(./$host_alias-libtool --config; echo eval echo \\$export_dynamic_flag_spec) | sh`
 fi
 dnl G_MODULE_IMPL= don't reset, so cmd-line can override
 G_MODULE_NEED_USCORE=0
@@ -1427,13 +1427,13 @@ AS_IF([ test "$G_MODULE_IMPL" = "G_MODULE_IMPL_DL" ], [
 	LDFLAGS="$LDFLAGS $G_MODULE_LDFLAGS"
 dnl *** check for OSF1/5.0 RTLD_GLOBAL brokenness
 	echo "void glib_plugin_test(void) { }" > plugin.c
-	${SHELL} ./libtool --mode=compile --tag=CC ${CC} ${CFLAGS} \
+	${SHELL} ./$host_alias-libtool --mode=compile --tag=CC ${CC} ${CFLAGS} \
 		${CPPFLAGS} -c -o plugin.lo plugin.c >/dev/null 2>&1
-	${SHELL} ./libtool --mode=link --tag=CC ${CC} ${CFLAGS} \
+	${SHELL} ./$host_alias-libtool --mode=link --tag=CC ${CC} ${CFLAGS} \
 		${LDFLAGS} -module -o plugin.la -export-dynamic \
 		-shrext ".o" -avoid-version plugin.lo \
 		-rpath /dont/care >/dev/null 2>&1
-	eval `./libtool --config | grep ^objdir`
+	eval `./$host_alias-libtool --config | grep ^objdir`
 	AC_CACHE_CHECK([for RTLD_GLOBAL brokenness],
 		glib_cv_rtldglobal_broken,[
 		AC_TRY_RUN([
@@ -1506,7 +1506,7 @@ fi
 
 AC_MSG_CHECKING(for the suffix of module shared libraries)
 export SED
-shrext_cmds=`./libtool --config | grep '^shrext_cmds='`
+shrext_cmds=`./$host_alias-libtool --config | grep '^shrext_cmds='`
 eval $shrext_cmds
 module=yes eval std_shrext=$shrext_cmds
 # chop the initial dot
-- 
1.9.1