diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-09-05 11:49:52 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-09-05 11:49:52 +0200 |
commit | 0bdb6697263f1bad1471fec73aac621e60618936 (patch) | |
tree | 9d28d4255b9e886b2dd48d069330f362e0f9b37c /package/openjdk/Makefile | |
parent | b2e4d29ea9c3c2f5b99264bd270d4257439dfc3f (diff) |
rename internal library net->libnet to avoid clash with real libnet
Diffstat (limited to 'package/openjdk/Makefile')
-rw-r--r-- | package/openjdk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/openjdk/Makefile b/package/openjdk/Makefile index 4bb68bb88..e2bff393d 100644 --- a/package/openjdk/Makefile +++ b/package/openjdk/Makefile @@ -26,7 +26,7 @@ PKG_SITES:= http://download.java.net/openjdk/jdk6/promoted/b22/ \ PKG_HOST_DEPENDS:= !darwin !cygwin !openbsd !netbsd !freebsd PKG_ARCH_DEPENDS:= arm mips x86 x86_64 -PKG_SYSTEM_DEPENDS:= !lemote-yeelong !linksys-ag241 !fon-fon2100 +PKG_SYSTEM_DEPENDS:= !lemote-yeelong !linksys-ag241 !fon-fon2100 !broadcom-bcm47xx # autotools infrastructure for OpenJDK ICEDTEA_NAME:= icedtea6 |