[Lunar-commits] <moonbase> SDL_gfx: disabled static libs
Duncan Gibson
engelsman at lunar-linux.org
Fri Mar 18 20:12:30 CET 2011
commit 7e05cb16d9c4a3b49edc5ba1b82907af32b5c9b8
Author: Christian Krause <kizkizzbangbang at googlemail.com>
Date: Fri Mar 18 20:12:30 2011 +0100
SDL_gfx: disabled static libs
---
graphics/SDL_gfx/BUILD | 2 ++
graphics/SDL_gfx/BUILD.x86_64 | 4 ++--
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/graphics/SDL_gfx/BUILD b/graphics/SDL_gfx/BUILD
index a560556..60ef824 100644
--- a/graphics/SDL_gfx/BUILD
+++ b/graphics/SDL_gfx/BUILD
@@ -1,5 +1,7 @@
(
+ OPTS+=" --disable-static" &&
+
unset CFLAGS
./configure --build=$BUILD \
--prefix=/usr \
diff --git a/graphics/SDL_gfx/BUILD.x86_64 b/graphics/SDL_gfx/BUILD.x86_64
index 36f2da7..4f3f735 100644
--- a/graphics/SDL_gfx/BUILD.x86_64
+++ b/graphics/SDL_gfx/BUILD.x86_64
@@ -1,7 +1,7 @@
(
- unset CFLAGS
- OPTS+=" --disable-mmx"
+ unset CFLAGS &&
+ OPTS+=" --disable-mmx --disable-static" &&
default_build
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list