components/unzip/patches/unix-configure.patch
author Petr Nyc <Petr.Nyc@Oracle.COM>
Thu, 30 Jul 2015 04:08:51 -0700
branchs11u2-sru
changeset 4719 707aa310c1ab
parent 438 e8c5625b8284
permissions -rw-r--r--
Added tag 0.175.2.13.0.5.0, S11.2SRU13.5 for changeset f09b7b1b6fb9
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
438
e8c5625b8284 7070613 (Un)Zip is compiled with gcc in Userland.
Jiri Sasek <Jiri.Sasek@Sun.COM>
parents:
diff changeset
     1
--- unzip60/unix/configure.bkp	2011-07-28 07:07:08.691240200 -0700
e8c5625b8284 7070613 (Un)Zip is compiled with gcc in Userland.
Jiri Sasek <Jiri.Sasek@Sun.COM>
parents:
diff changeset
     2
+++ unzip60/unix/configure	2011-07-28 07:07:47.315977300 -0700
e8c5625b8284 7070613 (Un)Zip is compiled with gcc in Userland.
Jiri Sasek <Jiri.Sasek@Sun.COM>
parents:
diff changeset
     3
@@ -646,7 +646,7 @@
e8c5625b8284 7070613 (Un)Zip is compiled with gcc in Userland.
Jiri Sasek <Jiri.Sasek@Sun.COM>
parents:
diff changeset
     4
 
e8c5625b8284 7070613 (Un)Zip is compiled with gcc in Userland.
Jiri Sasek <Jiri.Sasek@Sun.COM>
parents:
diff changeset
     5
 
e8c5625b8284 7070613 (Un)Zip is compiled with gcc in Userland.
Jiri Sasek <Jiri.Sasek@Sun.COM>
parents:
diff changeset
     6
 echo CC=\"${CC}\" CF=\"${CFLAGSR} ${D_USE_BZ2}\" CRCA_O=\"${CRC32OA}\" \
e8c5625b8284 7070613 (Un)Zip is compiled with gcc in Userland.
Jiri Sasek <Jiri.Sasek@Sun.COM>
parents:
diff changeset
     7
-       AS=\"${CC} -c\" LFLAGS1=\"${LFLAGS1}\" LF2=\"${LFLAGS2}\" \
e8c5625b8284 7070613 (Un)Zip is compiled with gcc in Userland.
Jiri Sasek <Jiri.Sasek@Sun.COM>
parents:
diff changeset
     8
+       AS=\"${CC} -c\" LFLAGS1=\"${LFLAGS1} ${LD_OPTIONS}\" LF2=\"${LFLAGS2}\" \
e8c5625b8284 7070613 (Un)Zip is compiled with gcc in Userland.
Jiri Sasek <Jiri.Sasek@Sun.COM>
parents:
diff changeset
     9
        CC_BZ=\"${CC_BZ}\" CFLAGS_BZ=\"${CFLAGS_BZ}\" \
e8c5625b8284 7070613 (Un)Zip is compiled with gcc in Userland.
Jiri Sasek <Jiri.Sasek@Sun.COM>
parents:
diff changeset
    10
        IZ_BZIP2=\"${IZ_BZIP2}\" D_USE_BZ2=\"${D_USE_BZ2}\" \
e8c5625b8284 7070613 (Un)Zip is compiled with gcc in Userland.
Jiri Sasek <Jiri.Sasek@Sun.COM>
parents:
diff changeset
    11
        L_BZ2=\"${L_BZ2}\" LIBBZ2=\"${LIBBZ2}\"  > flags