mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-09 02:43:53 +08:00
fix libtool fixup for libstdc++
SVN-Revision: 22732
This commit is contained in:
parent
e8487a49e4
commit
c4b3e38fc0
@ -38,7 +38,7 @@ autoconf_bool = $(patsubst %,$(if $($(1)),--enable,--disable)-%,$(2))
|
||||
define libtool_fixup_libdir
|
||||
find $(1) -name '*.la' | $(XARGS) \
|
||||
$(SED) "s,\(^libdir='\| \|-L\|^dependency_libs='\)/usr/lib,\1$(STAGING_DIR)/usr/lib,g" \
|
||||
-e "s,$(STAGING_DIR)/usr/lib/\(libstdc++\|libsupc++\).la,$(TOOLCHAIN_DIR)/usr/lib/\1.la,g"
|
||||
-e "s,$(STAGING_DIR)/usr/lib/\(libstdc++\|libsupc++\).la,$(TOOLCHAIN_DIR)/lib/\1.la,g"
|
||||
endef
|
||||
|
||||
define remove_version_check
|
||||
|
Loading…
x
Reference in New Issue
Block a user