|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
|
# |
|
|
|
|
# Filename: package/.../zlib/zlib.conf |
|
|
|
|
# Copyright (C) 2008 The OpenSDE Project |
|
|
|
|
# Copyright (C) 2008 - 2011 The OpenSDE Project |
|
|
|
|
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
|
|
|
# Copyright (C) 1998 - 2003 Clifford Wolf |
|
|
|
|
# |
|
|
|
@ -21,7 +21,7 @@ zlib_pm() {
|
|
|
|
|
# create a static version |
|
|
|
|
make libz.a |
|
|
|
|
cp -v libz.a $root/$libdir |
|
|
|
|
cp -v algorithm.txt $root/$docdir |
|
|
|
|
cp -v doc/algorithm.txt $root/$docdir |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
if [ "$SDECFG_STATIC" = "0" ] ; then |
|
|
|
@ -29,8 +29,6 @@ if [ "$SDECFG_STATIC" = "0" ] ; then
|
|
|
|
|
hook_add postmake 3 "zlib_pm" |
|
|
|
|
fi |
|
|
|
|
|
|
|
|
|
var_append AR " " "rc" |
|
|
|
|
|
|
|
|
|
var_append makeinstopt " " "prefix=$root/$prefix" |
|
|
|
|
var_append makeinstopt " " "libdir=$root/$libdir" |
|
|
|
|
var_append makeinstopt " " "includedir=$root/$includedir" |
|
|
|
|