projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3e6917
)
Fix libart build.
author
Lars-Peter Clausen
<lars@metafoo.de>
Tue, 2 Sep 2008 02:25:19 +0000
(
02:25
+0000)
committer
Lars-Peter Clausen
<lars@metafoo.de>
Tue, 2 Sep 2008 02:25:19 +0000
(
02:25
+0000)
SVN-Revision: 12486
libs/libart/Makefile
patch
|
blob
|
history
diff --git
a/libs/libart/Makefile
b/libs/libart/Makefile
index 84cf5467fafb27e0bd486bd72aa0f1f3418c1a49..69555d6049ccd3dbce6722fd1aa465494c02ff31 100644
(file)
--- a/
libs/libart/Makefile
+++ b/
libs/libart/Makefile
@@
-43,12
+43,11
@@
define Build/Configure
--enable-shared \
--enable-static \
, \
- HOSTCC="$(HOSTCC)" \
)
endef
define Build/Compile
- $(MAKE) -C $(PKG_BUILD_DIR)
+ $(MAKE) -C $(PKG_BUILD_DIR)
HOSTCC="$(HOSTCC)"
$(MAKE) -C $(PKG_BUILD_DIR) install DESTDIR="$(PKG_INSTALL_DIR)"
endef