Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libtool: remove patches, they don't apply to libltdl | Jo-Philipp Wich | 2010-12-18 | 4 | -201/+0 |
| | | | | SVN-Revision: 24675 | ||||
* | libtool: remove host build and leave only libltdl in place | Jo-Philipp Wich | 2010-12-18 | 1 | -8/+0 |
| | | | | SVN-Revision: 24674 | ||||
* | libtool: I don't know what crackhead thought that relinking with /usr/lib ↵ | Jo-Philipp Wich | 2010-12-16 | 1 | -0/+10 |
| | | | | | | 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 | ||||
* | libtool: prefix command output with "OpenWrt-" to make it immediately ↵ | Jo-Philipp Wich | 2010-12-15 | 2 | -2/+112 |
| | | | | | | obvious whether our libtool is used SVN-Revision: 24613 | ||||
* | rework aclocal handling, packages have issues writing through the symlink so ↵ | Jo-Philipp Wich | 2010-12-11 | 1 | -2/+0 |
| | | | | | | keep the host aclocal as include path for now SVN-Revision: 24474 | ||||
* | libtool: don't install aclocal directory again if symlink into ↵ | Jo-Philipp Wich | 2010-12-11 | 1 | -0/+2 |
| | | | | | | $(STAGING_DIR_HOST)/share/acloca exists aleady SVN-Revision: 24470 | ||||
* | package/libtool: Strip trailing slashes from libdir and destdir | Alexandros C. Couloumbis | 2010-12-09 | 1 | -0/+30 |
| | | | | SVN-Revision: 24376 | ||||
* | libtool: disregard libdir from *.la files, prevents libtool from linking ↵ | Jo-Philipp Wich | 2010-12-09 | 1 | -0/+49 |
| | | | | | | into the host SVN-Revision: 24375 | ||||
* | add md5 checksum | Mirko Vogt | 2010-12-03 | 1 | -1/+1 |
| | | | | SVN-Revision: 24232 | ||||
* | update libtool from version 1.5.26 to version 2.4, this includes libltdl (to ↵ | Mirko Vogt | 2010-12-03 | 5 | -113/+2 |
| | | | | | | 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 | ||||
* | libtool: Force nonparallel build. | Michael Büsch | 2010-10-27 | 1 | -0/+3 |
| | | | | SVN-Revision: 23681 | ||||
* | libtool: Don't use the libdir path found in .la files. Fixes the build of ↵ | Lars-Peter Clausen | 2010-01-30 | 1 | -0/+9 |
| | | | | | | various packages. SVN-Revision: 19422 | ||||
* | libtool: update to 1.5.26 (patch from #4905) | Felix Fietkau | 2009-09-24 | 1 | -2/+2 |
| | | | | SVN-Revision: 17715 | ||||
* | Various Makefile cleanup. | Hauke Mehrtens | 2009-06-13 | 1 | -2/+0 |
| | | | | | | Thanks to swalker. SVN-Revision: 16437 | ||||
* | More libtool madness: Every package which was using c++ and libtool fixup ↵ | Lars-Peter Clausen | 2009-06-04 | 1 | -0/+2 |
| | | | | | | | | | 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 | ||||
* | libtool: revert r16212. It broke building packages using c++. | Lars-Peter Clausen | 2009-06-03 | 1 | -1/+0 |
| | | | | SVN-Revision: 16305 | ||||
* | libtool: Unset CXX. It is not needed to build libtool, but if set configure ↵ | Lars-Peter Clausen | 2009-05-30 | 1 | -0/+1 |
| | | | | | | 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 | ||||
* | build host libtool along with target libtool | Felix Fietkau | 2009-04-22 | 1 | -0/+2 |
| | | | | SVN-Revision: 15338 | ||||
* | prepare libtool for being build nativly (and therefore being able to build ↵ | Mirko Vogt | 2009-04-20 | 1 | -2/+4 |
| | | | | | | libtool-required host-stuff within OpenWrt independent of libtool-version installed on the host-system), remove weird aclocal-copies SVN-Revision: 15298 | ||||
* | add a workaround preventing libtool from hardcoding library path in shared libs | Nicolas Thill | 2009-04-17 | 1 | -0/+1 |
| | | | | SVN-Revision: 15246 | ||||
* | get rid of $Id$ - it has never helped us and it has broken too many patches ;) | Felix Fietkau | 2009-04-17 | 1 | -1/+0 |
| | | | | SVN-Revision: 15242 | ||||
* | libtool: refresh patches | Hauke Mehrtens | 2009-02-21 | 4 | -29/+20 |
| | | | | SVN-Revision: 14592 | ||||
* | leave libtool m4 files in both $(STAGING_DIR)/host and $(STAGING_DIR_HOST) | Felix Fietkau | 2008-08-29 | 1 | -1/+1 |
| | | | | SVN-Revision: 12434 | ||||
* | patch Makefile.am for GLOBAL_LIBDIR as well | Felix Fietkau | 2007-12-28 | 1 | -6/+18 |
| | | | | SVN-Revision: 9988 | ||||
* | move libltdl to the right directory in staging_dir | Felix Fietkau | 2007-12-27 | 1 | -2/+2 |
| | | | | SVN-Revision: 9959 | ||||
* | fix libtool md5sum | Felix Fietkau | 2007-12-27 | 1 | -1/+1 |
| | | | | SVN-Revision: 9952 | ||||
* | fix libtoolize/autoconf/automake | Felix Fietkau | 2007-12-27 | 1 | -5/+4 |
| | | | | SVN-Revision: 9944 | ||||
* | upgrade libtool, add fixes for libdir searching, fix up paths to .la files | Felix Fietkau | 2007-12-27 | 4 | -1/+93 |
| | | | | SVN-Revision: 9941 | ||||
* | move libtool out of tools/, seems like we need a per-target libtool | Felix Fietkau | 2007-12-27 | 2 | -0/+60 |
SVN-Revision: 9937 |