Browse Source

need to disable it for now, there are some issues with cross-compiling and rbconfig.rb

Waldemar Brodkorb 11 years ago
parent
commit
f23350e654
1 changed files with 2 additions and 0 deletions
  1. 2 0
      package/ruby-ldap/Makefile

+ 2 - 0
package/ruby-ldap/Makefile

@@ -14,6 +14,8 @@ PKG_BUILDDEP:=		ruby openldap
 PKG_URL:=		http://ruby-ldap.sourceforge.net/
 PKG_SITES:=		${MASTER_SITE_SOURCEFORGE:=ruby-ldap/0.9.8/}
 
+PKG_CFLINE_RUBY_LDAP:=	depends on ADK_BROKEN
+
 DISTFILES:=             ${PKG_NAME}-${PKG_VERSION}.tar.bz2
 
 include $(TOPDIR)/mk/package.mk