Commit Graph

18 Commits (40781b7290e9bd313deeefd93b6e119cc61d7809)

Author SHA1 Message Date
Lars-Peter Clausen 51d6591729 libtool: Don't use the libdir path found in .la files. Fixes the build of various packages.
SVN-Revision: 19422
15 years ago
Felix Fietkau 920ff49232 libtool: update to 1.5.26 (patch from #4905)
SVN-Revision: 17715
15 years ago
Hauke Mehrtens efbfde01b0 Various Makefile cleanup.
Thanks to swalker.

SVN-Revision: 16437
15 years ago
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
15 years ago
Lars-Peter Clausen 3d3d75a248 libtool: revert r16212. It broke building packages using c++.
SVN-Revision: 16305
15 years ago
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
15 years ago
Felix Fietkau bb0448739c build host libtool along with target libtool
SVN-Revision: 15338
15 years ago
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
15 years ago
Nicolas Thill a8b7482536 add a workaround preventing libtool from hardcoding library path in shared libs
SVN-Revision: 15246
15 years ago
Felix Fietkau 34939cad39 get rid of $Id$ - it has never helped us and it has broken too many patches ;)
SVN-Revision: 15242
15 years ago
Hauke Mehrtens ba1ede0df4 libtool: refresh patches
SVN-Revision: 14592
16 years ago
Felix Fietkau 6aa8c5de64 leave libtool m4 files in both $(STAGING_DIR)/host and $(STAGING_DIR_HOST)
SVN-Revision: 12434
16 years ago
Felix Fietkau ddcd60ea3f patch Makefile.am for GLOBAL_LIBDIR as well
SVN-Revision: 9988
17 years ago
Felix Fietkau d0cba24775 move libltdl to the right directory in staging_dir
SVN-Revision: 9959
17 years ago
Felix Fietkau ed426409cc fix libtool md5sum
SVN-Revision: 9952
17 years ago
Felix Fietkau f99b9e7b2b fix libtoolize/autoconf/automake
SVN-Revision: 9944
17 years ago
Felix Fietkau 01dd5fc03a upgrade libtool, add fixes for libdir searching, fix up paths to .la files
SVN-Revision: 9941
17 years ago
Felix Fietkau 4a298f0c8d move libtool out of tools/, seems like we need a per-target libtool
SVN-Revision: 9937
17 years ago