From 06800032024a25578c608a3d717e9faf64e5c2d0 Mon Sep 17 00:00:00 2001 From: Rene Rebe Date: Mon, 17 Nov 2003 22:10:17 +0000 Subject: [PATCH] work-around some damned python library link issues on some system this is not final - and we really might have some deeper python config setup problem ... git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1790 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/rene/blender/blender.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package/rene/blender/blender.conf b/package/rene/blender/blender.conf index 25a01b9f9..6ce610c59 100644 --- a/package/rene/blender/blender.conf +++ b/package/rene/blender/blender.conf @@ -21,6 +21,5 @@ # --- ROCK-COPYRIGHT-NOTE-END --- # I guess s.th. is really wrong with our python setup ... :-( -var_append makeopt " " "$MAKE $makeot \"LDFLAGS=-ltk8.4\ -ltcl8.4\ -lpng\"" - +var_append makeopt " " "\"LDFLAGS=-ltk8.4 -ltcl8.4 -lpng -lz\""