Browse Source

* fixed clearsilver zlib support by exporting proper LDFLAGS

git-svn-id: svn://svn.opensde.net/opensde/package/trunk@20525 10447126-35f2-4685-b0cf-6dd780d3921f
early
Christian Wiese 18 years ago
parent
commit
d803ac31e4
  1. 5
      develop/clearsilver/clearsilver.conf

5
develop/clearsilver/clearsilver.conf

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../clearsilver/clearsilver.conf
# Copyright (C) 2006 The OpenSDE Project
# Copyright (C) 2006 - 2007 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project
#
# More information can be found in the files COPYING and README.
@ -27,7 +27,10 @@ if pkginstalled apache; then
fi
if pkginstalled zlib; then
pkgprefix -t zlib
var_append extraconfopt " " "--enable-compression"
var_append LDFLAGS ' ' "-L$root$( pkgprefix libdir zlib )"
export LDFLAGS
else
var_append extraconfopt " " "--disable-compression"
fi

Loading…
Cancel
Save