summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2007-08-01 10:01:55 +0000
committerFabian Groffen <grobian@gentoo.org>2007-08-01 10:01:55 +0000
commit9ce8a3664405b3d9c7a33ef0caeea2bb933b0c66 (patch)
tree4b5cfb368e2132a5947d6aa23461a661e9d50538
parentFix double prefix (diff)
downloadprefix-9ce8a3664405b3d9c7a33ef0caeea2bb933b0c66.tar.gz
prefix-9ce8a3664405b3d9c7a33ef0caeea2bb933b0c66.tar.bz2
prefix-9ce8a3664405b3d9c7a33ef0caeea2bb933b0c66.zip
Make sure that the LDFLAGS actually are used, as GNUstep uses
ALL_LDFLAGS in their makefiles svn path=/prefix-overlay/; revision=172
-rw-r--r--eclass/gnustep-base.eclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/gnustep-base.eclass b/eclass/gnustep-base.eclass
index 374614e..7424d31 100644
--- a/eclass/gnustep-base.eclass
+++ b/eclass/gnustep-base.eclass
@@ -107,6 +107,7 @@ egnustep_env() {
-L"${GNUSTEP_SYSTEM_LIBRARIES}"
;;
esac
+ __GS_MAKE_EVAL="${__GS_MAKE_EVAL} ALL_LDFLAGS=\"\${LDFLAGS}\""
else
die "gnustep-make not installed!"
fi