Browse Source

zip: enabled in stage1 (needed for gcc)

karasz/new-early
Aldas Nabazas 16 years ago committed by Alejandro Mery
parent
commit
4338910620
  1. 9
      archiver/zip/zip.conf
  2. 6
      archiver/zip/zip.desc

9
archiver/zip/zip.conf

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../zip/zip.conf
# Copyright (C) 2007 The OpenSDE Project
# Copyright (C) 2007 - 2009 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project
#
# More information can be found in the files COPYING and README.
@ -13,6 +13,9 @@
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
var_insert makeopt ' ' '-f unix/Makefile prefix=$root/$prefix generic'
var_insert makeinstopt ' ' '-f unix/Makefile prefix=$root/$prefix INSTALL=install'
var_append makeopt ' ' '-f unix/Makefile prefix=/$prefix generic'
var_append makeinstopt ' ' '-f unix/Makefile prefix=$root/$prefix INSTALL=install'
var_remove_regex makeopt ' ' "AS=.*"
var_remove_regex makeinstopt ' ' "AS=.*"

6
archiver/zip/zip.desc

@ -1,9 +1,8 @@
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN ---
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY]
[COPY] Filename: package/.../zip/zip.desc
[COPY] Copyright (C) 2006 The OpenSDE Project
[COPY] Copyright (C) 2006 - 2009 The OpenSDE Project
[COPY] Copyright (C) 2004 - 2006 The T2 SDE Project
[COPY] Copyright (C) 1998 - 2003 Clifford Wolf
[COPY]
@ -31,7 +30,6 @@
[L] OpenSource
[S] Stable
[V] 232
[P] X -----5---9 110.700
[P] X -1---5---9 110.700
[D] 57677441 zip232.tar.gz ftp://ftp.info-zip.org/pub/infozip/src/

Loading…
Cancel
Save