Browse Source

* 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
early
Christian Wiese 18 years ago
parent
commit
876245870f
1 changed files with 5 additions and 4 deletions
  1. +5
    -4
      archiver/lzop/lzop.conf

+ 5
- 4
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

Loading…
Cancel
Save