From 95761f2647f36776f4f0c72d8f55c983c69c3eab Mon Sep 17 00:00:00 2001 From: lars Date: Thu, 4 Jun 2009 00:20:01 +0000 Subject: 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 --- package/libtool/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'package') diff --git a/package/libtool/Makefile b/package/libtool/Makefile index f179cd7c2..8d50a7ada 100644 --- a/package/libtool/Makefile +++ b/package/libtool/Makefile @@ -45,6 +45,8 @@ define Build/InstallDev mv $(2)/lib/* $(1)/usr/lib/ mv $(2)/include/* $(1)/usr/include/ $(SED) 's,\(hardcode_into_libs\)=yes,\1=no,g' $(2)/bin/libtool + $(CP) $(2)/bin/libtool $(2)/bin/libtool-ucxx + $(SED) 's,-lstdc++,-luClibc++,g' $(2)/bin/libtool-ucxx endef define Package/libltdl/install -- cgit v1.2.3