diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2010-07-16 13:52:04 +0200 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2010-07-17 14:11:51 +0200 |
commit | a6e5816456eca3f49e806747a5b7a2bd7fe3ccba (patch) | |
tree | ae6ae0cd97948b050cc005d361a1b6a3c5e8b8ec /recipes/icedtea/icedtea6-native-1.7.3 | |
parent | 587374131ce94cd701955bca7e23e31761ce51ac (diff) |
icedtea6-native: use the right variable for zip and override it via make commandline
* bump INC_PR
Diffstat (limited to 'recipes/icedtea/icedtea6-native-1.7.3')
-rw-r--r-- | recipes/icedtea/icedtea6-native-1.7.3/icedtea-oe-path.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/recipes/icedtea/icedtea6-native-1.7.3/icedtea-oe-path.patch b/recipes/icedtea/icedtea6-native-1.7.3/icedtea-oe-path.patch deleted file mode 100644 index ad25472851..0000000000 --- a/recipes/icedtea/icedtea6-native-1.7.3/icedtea-oe-path.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: openjdk/jdk/make/common/shared/Defs-utils.gmk -=================================================================== ---- openjdk/jdk/make/common/shared/Defs-utils.gmk 2010-07-15 18:22:59.731376457 +0200 -+++ openjdk/jdk/make/common/shared/Defs-utils.gmk 2010-07-15 18:24:09.784285551 +0200 -@@ -146,7 +146,7 @@ - WC = $(UTILS_USR_BIN_PATH)wc - WHICH = $(UTILS_USR_BIN_PATH)which - YACC = $(UTILS_CCS_BIN_PATH)yacc --ZIPEXE = $(UTILS_DEVTOOL_PATH)zip -+ZIPEXE = $(STAGING_BINDIR_NATIVE)zip - - # Special cases - #RM is defined by GNU Make as 'rm -f' |