mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Bug fix for packaging
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@25117 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
1621b5cf84
commit
8eeab26544
3 changed files with 6484 additions and 8104 deletions
|
@ -1,3 +1,11 @@
|
|||
2007-05-02 Nicola Pero <nicola.pero@meta-innovation.com>
|
||||
|
||||
* configure.ac: Set GNUSTEP_MAKEFILES to CURRENT_GNUSTEP_MAKEFILES
|
||||
before sourcing GNUstep.sh. Fixes building when paths to hardcode
|
||||
in the library are different from paths used when building,
|
||||
typically a case when packaging.
|
||||
* configure: Regenerated.
|
||||
|
||||
2007-04-28 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/thr-pthread.m: Set thread attributes detached to avoid memory
|
||||
|
|
|
@ -802,11 +802,12 @@ AC_DEFINE_UNQUOTED(GNUSTEP_TARGET_LOCAL_USERS_DIR,
|
|||
# ask it to output all variables! That way we have access to (eg)
|
||||
# GNUSTEP_SYSTEM_HEADERS below.
|
||||
#
|
||||
# We need to unles any values that we really need, or existing settings
|
||||
# We need to unset any values that we really need, or existing settings
|
||||
# would be used by GNUstep.sh
|
||||
#
|
||||
unset GNUSTEP_SYSTEM_HEADERS
|
||||
unset GNUSTEP_SYSTEM_LIBRARIES
|
||||
GNUSTEP_MAKEFILES="$CURRENT_GNUSTEP_MAKEFILES"
|
||||
GNUSTEP_SH_EXPORT_ALL_VARIABLES=yes
|
||||
. "$CURRENT_GNUSTEP_MAKEFILES/GNUstep.sh"
|
||||
unset GNUSTEP_SH_EXPORT_ALL_VARIABLES
|
||||
|
|
Loading…
Reference in a new issue