projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d38e56
)
xmpp4r: Fix ruby library path
author
Michael Büsch
<mb@bu3sch.de>
Fri, 15 Oct 2010 21:23:53 +0000
(21:23 +0000)
committer
Michael Büsch
<mb@bu3sch.de>
Fri, 15 Oct 2010 21:23:53 +0000
(21:23 +0000)
SVN-Revision: 23462
libs/xmpp4r/Makefile
patch
|
blob
|
history
diff --git
a/libs/xmpp4r/Makefile
b/libs/xmpp4r/Makefile
index 345938f73b0834ee9e17e7bc825299f0e48f0746..9e2ef4ce20732d556f2b7d9580285b271754aa0e 100644
(file)
--- a/
libs/xmpp4r/Makefile
+++ b/
libs/xmpp4r/Makefile
@@
-33,7
+33,7
@@
endef
define Build/Compile
(cd $(PKG_BUILD_DIR); \
ruby $(PKG_BUILD_DIR)/setup.rb config \
- --rbconfig=$(wildcard $(STAGING_DIR)/usr/lib/ruby/
1.9.1
/*-linux/rbconfig.rb); \
+ --rbconfig=$(wildcard $(STAGING_DIR)/usr/lib/ruby/
*.*
/*-linux/rbconfig.rb); \
ruby $(PKG_BUILD_DIR)/setup.rb install --prefix="$(PKG_INSTALL_DIR)"; \
)
endef