From 40e1fadafe78d19167b4fea21ea243c7e047c1e7 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Tue, 13 Jan 2009 00:56:58 +0000 Subject: [PATCH] [packages/libxapian/Makefile] libstdc++ is now installed in $(TOOLCHAIN_DIR)/usr/lib, search flag "-L$(TOOLCHAIN_DIR)/lib" is not needed SVN-Revision: 14003 --- libs/libxapian/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/libs/libxapian/Makefile b/libs/libxapian/Makefile index 02964bea01..38e15d454b 100644 --- a/libs/libxapian/Makefile +++ b/libs/libxapian/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2008 OpenWrt.org +# Copyright (C) 2008-2009 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -23,7 +23,6 @@ PKG_INSTALL=1 EXTRA_LDFLAGS+= \ -L$(STAGING_DIR)/usr/lib/libintl/lib \ -L$(STAGING_DIR)/usr/lib/libiconv/lib \ - -L$(TOOLCHAIN_DIR)/lib define Package/libxapian SECTION:=lib @@ -60,7 +59,7 @@ define Build/InstallDev #FIXME: Libtool should handle this $(SED) \ - "s,$(STAGING_DIR)/usr/lib/libstdc++,$(TOOLCHAIN_DIR)/lib/libstdc++,g" \ + "s,$(STAGING_DIR)/usr/lib/libstdc++,$(TOOLCHAIN_DIR)/usr/lib/libstdc++,g" \ $(1)/usr/lib/libxapian.la endef -- 2.30.2