Browse Source

libtool: Improved parse-config to export LIBTOOL for package without NO-LIBTOOL-FIX

user/karasz/test/ecn
Alejandro Mery 17 years ago
parent
commit
8aef63a392
  1. 9
      base/libtool/parse-config

9
base/libtool/parse-config

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../libtool/parse-config
# Copyright (C) 2009 The OpenSDE Project
# Copyright (C) 2007 - 2009 The OpenSDE Project
# Copyright (C) 2006 The T2 SDE Project
#
# More information can be found in the files COPYING and README.
@ -107,7 +107,12 @@ elif ! hasflag NO-LIBTOOL-FIX; then
hook_add preconf 8 libtool_correct_files
fi
#hook_add premake 7 libtool_final_check
if ! hasflag NO-LIBTOOL-FIX; then
# use our libtool widely
export LIBTOOL=${archprefix}libtool
#hook_add premake 7 libtool_final_check
fi
if ! atstage native; then
hook_add postflist 5 libtool_remove_la

Loading…
Cancel
Save