projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add a workaround preventing libtool from hardcoding library path in shared libs
[openwrt.git]
/
package
/
libtool
/
Makefile
diff --git
a/package/libtool/Makefile
b/package/libtool/Makefile
index
6172656
..
324025a
100644
(file)
--- a/
package/libtool/Makefile
+++ b/
package/libtool/Makefile
@@
-4,7
+4,6
@@
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
-# $Id$
include $(TOPDIR)/rules.mk
include $(TOPDIR)/rules.mk
@@
-37,11
+36,12
@@
define Build/InstallDev
prefix="$(2)" \
exec_prefix="$(2)" \
install
prefix="$(2)" \
exec_prefix="$(2)" \
install
- $(INSTALL_DIR) $(1)/lib $(1)/usr/include
- mv $(2)/lib/* $(1)/lib/
+ $(INSTALL_DIR) $(1)/
usr/
lib $(1)/usr/include
+ mv $(2)/lib/* $(1)/
usr/
lib/
mv $(2)/include/* $(1)/usr/include/
$(INSTALL_DIR) $(STAGING_DIR_HOST)/share/aclocal
mv $(2)/include/* $(1)/usr/include/
$(INSTALL_DIR) $(STAGING_DIR_HOST)/share/aclocal
- mv $(2)/share/aclocal/* $(STAGING_DIR_HOST)/share/aclocal/
+ $(CP) $(2)/share/aclocal/* $(STAGING_DIR_HOST)/share/aclocal/
+ $(SED) 's,\(hardcode_into_libs\)=yes,\1=no,g' $(2)/bin/libtool
endef
define Package/libltdl/install
endef
define Package/libltdl/install
This page took
0.022345 seconds
and
4
git commands to generate.