|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
|
# |
|
|
|
|
# Filename: package/.../zlib/zlib.conf |
|
|
|
|
# Copyright (C) 2008 - 2011 The OpenSDE Project |
|
|
|
|
# Copyright (C) 2008 - 2012 The OpenSDE Project |
|
|
|
|
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
|
|
|
# Copyright (C) 1998 - 2003 Clifford Wolf |
|
|
|
|
# |
|
|
|
@ -29,11 +29,5 @@ if [ "$SDECFG_STATIC" = "0" ] ; then
|
|
|
|
|
hook_add postmake 3 "zlib_pm" |
|
|
|
|
fi |
|
|
|
|
|
|
|
|
|
# 'AR=ar rc' is hardcoded in the Makefile but while cross-compiling we |
|
|
|
|
# override it by passing "AR=$arch_target-ar" as makeopt |
|
|
|
|
if atstage cross; then |
|
|
|
|
var_append AR " " "rc" |
|
|
|
|
fi |
|
|
|
|
|
|
|
|
|
var_append makeinstopt " " "prefix=/$prefix" |
|
|
|
|
var_append makeinstopt " " "mandir=$mandir" |
|
|
|
|