summaryrefslogtreecommitdiffstats
path: root/package/libtool
Commit message (Collapse)AuthorAgeFilesLines
* libtool: Don't use the libdir path found in .la files. Fixes the build of ↵Lars-Peter Clausen2010-01-301-0/+9
| | | | | | various packages. SVN-Revision: 19422
* libtool: update to 1.5.26 (patch from #4905)Felix Fietkau2009-09-241-2/+2
| | | | SVN-Revision: 17715
* Various Makefile cleanup.Hauke Mehrtens2009-06-131-2/+0
| | | | | | Thanks to swalker. SVN-Revision: 16437
* More libtool madness: Every package which was using c++ and libtool fixup ↵Lars-Peter Clausen2009-06-041-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 Clausen2009-06-031-1/+0
| | | | SVN-Revision: 16305
* libtool: Unset CXX. It is not needed to build libtool, but if set configure ↵Lars-Peter Clausen2009-05-301-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 libtoolFelix Fietkau2009-04-221-0/+2
| | | | SVN-Revision: 15338
* prepare libtool for being build nativly (and therefore being able to build ↵Mirko Vogt2009-04-201-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 libsNicolas Thill2009-04-171-0/+1
| | | | SVN-Revision: 15246
* get rid of $Id$ - it has never helped us and it has broken too many patches ;)Felix Fietkau2009-04-171-1/+0
| | | | SVN-Revision: 15242
* libtool: refresh patchesHauke Mehrtens2009-02-214-29/+20
| | | | SVN-Revision: 14592
* leave libtool m4 files in both $(STAGING_DIR)/host and $(STAGING_DIR_HOST)Felix Fietkau2008-08-291-1/+1
| | | | SVN-Revision: 12434
* patch Makefile.am for GLOBAL_LIBDIR as wellFelix Fietkau2007-12-281-6/+18
| | | | SVN-Revision: 9988
* move libltdl to the right directory in staging_dirFelix Fietkau2007-12-271-2/+2
| | | | SVN-Revision: 9959
* fix libtool md5sumFelix Fietkau2007-12-271-1/+1
| | | | SVN-Revision: 9952
* fix libtoolize/autoconf/automakeFelix Fietkau2007-12-271-5/+4
| | | | SVN-Revision: 9944
* upgrade libtool, add fixes for libdir searching, fix up paths to .la filesFelix Fietkau2007-12-274-1/+93
| | | | SVN-Revision: 9941
* move libtool out of tools/, seems like we need a per-target libtoolFelix Fietkau2007-12-272-0/+60
SVN-Revision: 9937