1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-07 21:09:48 +03:00
Commit Graph

18 Commits

Author SHA1 Message Date
lars
e89fb9a631 [package] libtool: Don't use the libdir path found in .la files.
Fixes the build of various packages.


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19422 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-01-30 18:08:45 +00:00
nbd
d491a718d7 libtool: update to 1.5.26 (patch from #4905)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17715 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-24 22:19:33 +00:00
hauke
6f5a624c71 [packages] Various Makefile cleanup.
Thanks to swalker.


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16437 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-13 16:47:22 +00:00
lars
95761f2647 More libtool madness: Every package which was using c++ and libtool fixup
was linked against libstd++ even though if it should have been linked
against uclibc++. This is fixed by providing a special version of libtool
fixup for packages which should use uclibc++. Not pretty but functional.
Packages linking against uclibc++ should use PKG_FIXUP:=libtool-ucxx instead of
PKG_FIXUP:=libtool

Somebody should probably check all packages using c++ with a dependency on stdlibc++
if uclibc++ can be used instead now.



git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16317 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-04 00:20:01 +00:00
lars
9592a6ef10 [package] libtool: revert r16212. It broke building packages using c++.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16305 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-03 10:03:29 +00:00
lars
be59be1a41 [package] libtool: Unset CXX. It is not needed to build libtool, but if set
configure preferes CXX over CC to build the global_symbol_pipe test program. So
if there is no c++ compiler or the c++ installation is broken we end up with a
broken libtool script. Fixes #5022


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16212 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-30 15:17:16 +00:00
nbd
9b892db4e7 build host libtool along with target libtool
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15338 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-22 22:05:51 +00:00
mirko
ba25e57dcc prepare libtool for being build nativly (and therefore being able to build libtool-required host-stuff within OpenWrt independent of libtool-version installed on the host-system), remove weird aclocal-copies
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15298 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-20 17:57:24 +00:00
nico
e6a2f81c9c add a workaround preventing libtool from hardcoding library path in shared libs
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15246 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-17 14:44:50 +00:00
nbd
796a9d1091 get rid of $Id$ - it has never helped us and it has broken too many patches ;)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15242 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-17 14:09:46 +00:00
hauke
d75c935a76 libtool: refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14592 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-02-21 15:32:34 +00:00
nbd
bbee3e7dc1 leave libtool m4 files in both $(STAGING_DIR)/host and $(STAGING_DIR_HOST)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12434 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-29 17:02:15 +00:00
nbd
d418be6aca patch Makefile.am for GLOBAL_LIBDIR as well
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9988 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-12-28 16:48:15 +00:00
nbd
1a29ac6fa7 move libltdl to the right directory in staging_dir
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9959 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-12-27 12:35:03 +00:00
nbd
eedfb27379 fix libtool md5sum
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9952 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-12-27 10:46:03 +00:00
nbd
35c4aa735f fix libtoolize/autoconf/automake
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9944 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-12-27 02:11:14 +00:00
nbd
c8b1ee477f upgrade libtool, add fixes for libdir searching, fix up paths to .la files
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9941 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-12-27 02:11:03 +00:00
nbd
19efc9d28e move libtool out of tools/, seems like we need a per-target libtool
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9937 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-12-27 02:10:23 +00:00