From abb77f8227601e5674b0d91f1f90edbea3005d85 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 20 Mar 2006 23:26:39 +0000 Subject: [PATCH] --disable-static --- libmng.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libmng.spec b/libmng.spec index 87c5bfc..64f1f7c 100644 --- a/libmng.spec +++ b/libmng.spec @@ -36,7 +36,7 @@ applications which use MNG graphics. cat unmaintained/autogen.sh | tr -d \\r > autogen.sh chmod 755 autogen.sh [ ! -x ./configure ] && ./autogen.sh --help # generate, but don't run -%configure --enable-shared --enable-static --with-zlib --with-jpeg \ +%configure --enable-shared --disable-static --with-zlib --with-jpeg \ --with-gnu-ld --with-lcms make %{?_smp_mflags}