From 876245870f23c9ca8139bc0b290b9ed54095d8e9 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Wed, 14 Mar 2007 18:41:25 +0000 Subject: [PATCH] * fixed lzop to not just export LDFLAGS and CFLAGS while building at stage 0 but also at stage 1 git-svn-id: svn://svn.opensde.net/opensde/package/trunk@20334 10447126-35f2-4685-b0cf-6dd780d3921f --- archiver/lzop/lzop.conf | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/archiver/lzop/lzop.conf b/archiver/lzop/lzop.conf index 805212978..eb0a52a2c 100644 --- a/archiver/lzop/lzop.conf +++ b/archiver/lzop/lzop.conf @@ -1,7 +1,8 @@ -# --- T2-COPYRIGHT-NOTE-BEGIN --- +# --- SDE-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # -# T2 SDE: package/.../lzop/lzop.conf +# Filename: package/.../lzop/lzop.conf +# Copyright (C) 2007 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # # More information can be found in the files COPYING and README. @@ -10,9 +11,9 @@ # it under the terms of the GNU General Public License as published by # the Free Software Foundation; version 2 of the License. A copy of the # GNU General Public License can be found in the file COPYING. -# --- T2-COPYRIGHT-NOTE-END --- +# --- SDE-COPYRIGHT-NOTE-END --- -if atstage toolchain; then +if ! atstage native; then var_append LDFLAGS " " "-L$root$libdir" var_append CPPFLAGS " " "-I$root$includedir" export LDFLAGS CPPFLAGS