Commit Graph

29 Commits

Author SHA1 Message Date
Jo-Philipp Wich d04b7d59c8 libtool: remove patches, they don't apply to libltdl
SVN-Revision: 24675
2010-12-18 18:13:12 +00:00
Jo-Philipp Wich cc15824e85 libtool: remove host build and leave only libltdl in place
SVN-Revision: 24674
2010-12-18 18:12:34 +00:00
Jo-Philipp Wich 6421fe4464 libtool: I don't know what crackhead thought that relinking with /usr/lib during cross compilation is a good idea, so just remove this crap. It should solve a few instances of "/usr/lib/libc.a: could not read symbols: File format not recognized" when building stuff.
SVN-Revision: 24619
2010-12-16 14:00:07 +00:00
Jo-Philipp Wich 40fcf1fed5 libtool: prefix command output with "OpenWrt-" to make it immediately obvious whether our libtool is used
SVN-Revision: 24613
2010-12-15 20:02:21 +00:00
Jo-Philipp Wich bf9e9b6a91 rework aclocal handling, packages have issues writing through the symlink so keep the host aclocal as include path for now
SVN-Revision: 24474
2010-12-11 03:15:10 +00:00
Jo-Philipp Wich 700589cd9b libtool: don't install aclocal directory again if symlink into $(STAGING_DIR_HOST)/share/acloca exists aleady
SVN-Revision: 24470
2010-12-11 01:26:34 +00:00
Alexandros C. Couloumbis 5244f0cc56 package/libtool: Strip trailing slashes from libdir and destdir
SVN-Revision: 24376
2010-12-09 11:41:32 +00:00
Jo-Philipp Wich 5bd857345b libtool: disregard libdir from *.la files, prevents libtool from linking into the host
SVN-Revision: 24375
2010-12-09 11:25:57 +00:00
Mirko Vogt bb154bd73c add md5 checksum
SVN-Revision: 24232
2010-12-03 23:22:39 +00:00
Mirko Vogt ce2d57ed4d update libtool from version 1.5.26 to version 2.4, this includes libltdl (to v7) - WARNING: This switch is going to break something quite likely, however since more software is requiring libtool2/libltdl7 this change needs to be done some day anyway
SVN-Revision: 24224
2010-12-03 11:56:47 +00:00
Michael Büsch 98bbc04fca libtool: Force nonparallel build.
SVN-Revision: 23681
2010-10-27 19:39:09 +00:00
Lars-Peter Clausen 51d6591729 libtool: Don't use the libdir path found in .la files. Fixes the build of various packages.
SVN-Revision: 19422
2010-01-30 18:08:45 +00:00
Felix Fietkau 920ff49232 libtool: update to 1.5.26 (patch from #4905)
SVN-Revision: 17715
2009-09-24 22:19:33 +00:00
Hauke Mehrtens efbfde01b0 Various Makefile cleanup.
Thanks to swalker.

SVN-Revision: 16437
2009-06-13 16:47:22 +00:00
Lars-Peter Clausen 246a5b334d 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.

SVN-Revision: 16317
2009-06-04 00:20:01 +00:00
Lars-Peter Clausen 3d3d75a248 libtool: revert r16212. It broke building packages using c++.
SVN-Revision: 16305
2009-06-03 10:03:29 +00:00
Lars-Peter Clausen d36a6dbc41 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
SVN-Revision: 16212
2009-05-30 15:17:16 +00:00
Felix Fietkau bb0448739c build host libtool along with target libtool
SVN-Revision: 15338
2009-04-22 22:05:51 +00:00
Mirko Vogt 79a358ba02 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
SVN-Revision: 15298
2009-04-20 17:57:24 +00:00
Nicolas Thill a8b7482536 add a workaround preventing libtool from hardcoding library path in shared libs
SVN-Revision: 15246
2009-04-17 14:44:50 +00:00
Felix Fietkau 34939cad39 get rid of $Id$ - it has never helped us and it has broken too many patches ;)
SVN-Revision: 15242
2009-04-17 14:09:46 +00:00
Hauke Mehrtens ba1ede0df4 libtool: refresh patches
SVN-Revision: 14592
2009-02-21 15:32:34 +00:00
Felix Fietkau 6aa8c5de64 leave libtool m4 files in both $(STAGING_DIR)/host and $(STAGING_DIR_HOST)
SVN-Revision: 12434
2008-08-29 17:02:15 +00:00
Felix Fietkau ddcd60ea3f patch Makefile.am for GLOBAL_LIBDIR as well
SVN-Revision: 9988
2007-12-28 16:48:15 +00:00
Felix Fietkau d0cba24775 move libltdl to the right directory in staging_dir
SVN-Revision: 9959
2007-12-27 12:35:03 +00:00
Felix Fietkau ed426409cc fix libtool md5sum
SVN-Revision: 9952
2007-12-27 10:46:03 +00:00
Felix Fietkau f99b9e7b2b fix libtoolize/autoconf/automake
SVN-Revision: 9944
2007-12-27 02:11:14 +00:00
Felix Fietkau 01dd5fc03a upgrade libtool, add fixes for libdir searching, fix up paths to .la files
SVN-Revision: 9941
2007-12-27 02:11:03 +00:00
Felix Fietkau 4a298f0c8d move libtool out of tools/, seems like we need a per-target libtool
SVN-Revision: 9937
2007-12-27 02:10:23 +00:00