diff options
author | Lucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de> | 2016-10-18 23:20:14 +0200 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de> | 2016-10-18 23:20:14 +0200 |
commit | 1e446f7f85f67ca2d3582ad24e6d289205a37d31 (patch) | |
tree | 0c526a3cbb32a24fbb7c4c620912d4a644231cac | |
parent | c59c3aee218674bffa13df30f2bf5ab104ef4b31 (diff) | |
download | midipix_build-1e446f7f85f67ca2d3582ad24e6d289205a37d31.tar.bz2 midipix_build-1e446f7f85f67ca2d3582ad24e6d289205a37d31.tar.xz |
info{,un}zip: don't strip (via Redfoxmoon.)
-rw-r--r-- | unzip60.local.patch | 2 | ||||
-rw-r--r-- | zip30.local.patch | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/unzip60.local.patch b/unzip60.local.patch index b2dbe06b..1b5006e6 100644 --- a/unzip60.local.patch +++ b/unzip60.local.patch @@ -7,7 +7,7 @@ +#Midipix target +midipix: + $(MAKE) $(MAKEF) unzips CC="x86_64-nt64-midipix-gcc" CFLAGS="-g3 -O0 -I. -DUNIX -DNO_BZIP2_SUPPORT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DUNICODE_WCHAR -DUNICODE_SUPPORT \ -+ -DUTF8_MAYBE_NATIVE -DNO_LCHMOD -DHAVE_DIRENT_H -DHAVE_TERMIOS_H -D_MBCS" CRCA_O="" AS="x86_64-nt64-midipix-gcc -c" LFLAGS1="" ++ -DUTF8_MAYBE_NATIVE -DNO_LCHMOD -DHAVE_DIRENT_H -DHAVE_TERMIOS_H -D_MBCS" CRCA_O="" AS="x86_64-nt64-midipix-gcc -c" LFLAGS1="" LF2="" + #---------------------------------------------------------------------------- # Generic targets using the configure script to determine configuration. diff --git a/zip30.local.patch b/zip30.local.patch index f67fb938..0c37bcf9 100644 --- a/zip30.local.patch +++ b/zip30.local.patch @@ -9,7 +9,7 @@ diff -ru zip30.orig/unix/Makefile zip30/unix/Makefile +midipix: + $(MAKE) $(MAKEF) zips LDFLAGS1="" CC="x86_64-nt64-midipix-gcc" CPP="x86_64-nt64-midipix-gcc -E" \ + CFLAGS="-g3 -O0 -DUNIX -I. -DHAVE_TERMIOS_H -DNO_BZIP2_SUPPORT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT \ -+ -DHAVE_DIRENT_H -DUIDGID_NOT_16BIT" OBJA="" OCRCU8="crc32_.o " OCRCTB="" LN="ln -s" ++ -DHAVE_DIRENT_H -DUIDGID_NOT_16BIT" OBJA="" OCRCU8="crc32_.o " OCRCTB="" LN="ln -s" LFLAGS2="" + # Generic targets: |