From 09ab5b4ecfba38579baad66745fdfe65ebb77d63 Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Sat, 21 Dec 2002 19:34:06 +0000 Subject: [PATCH] remove shared objects; modernize configure flags --- xdelta/xdelta.spec | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/xdelta/xdelta.spec b/xdelta/xdelta.spec index 68abff229f..77cb2026c0 100644 --- a/xdelta/xdelta.spec +++ b/xdelta/xdelta.spec @@ -33,7 +33,7 @@ Distribution: OpenPKG [PLUS] Group: SCM License: GPL Version: 1.1.3 -Release: 20020820 +Release: 20021221 # list of sources Source0: http://download.sourceforge.net/xdelta/xdelta-%{version}.tar.gz @@ -58,11 +58,12 @@ AutoReqProv: no %build CC="%{l_cc}" \ - CFLAGS="%{l_cflags -O} -I%{l_prefix}/include" \ - CPPFLAGS="-I%{l_prefix}/include" \ - LDFLAGS="-L%{l_prefix}/lib" \ + CFLAGS="%{l_cflags -O} %{l_cppflags}" \ + CPPFLAGS="%{l_cppflags}" \ + LDFLAGS="%{l_ldflags}" \ ./configure \ - --prefix=%{l_prefix} + --prefix=%{l_prefix} \ + --disable-shared %{l_make} %{l_mflags -O} %install