OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 25-Mar-2003 12:06:17
Branch: OPENPKG_1_2_SOLID Handle: 2003032511061600
Modified files: (Branch: OPENPKG_1_2_SOLID)
openpkg-src/mutt mutt.spec
Log:
MFS: fixed build conflict with imap client library
Summary:
Revision Changes Path
1.41.2.1.2.3+2 -1 openpkg-src/mutt/mutt.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/mutt/mutt.spec
============================================================================
$ cvs diff -u -r1.41.2.1.2.2 -r1.41.2.1.2.3 mutt.spec
--- openpkg-src/mutt/mutt.spec 20 Mar 2003 15:06:59 -0000 1.41.2.1.2.2
+++ openpkg-src/mutt/mutt.spec 25 Mar 2003 11:06:16 -0000 1.41.2.1.2.3
@@ -36,7 +36,7 @@
Group: Mail
License: BSD
Version: %{V_mutt}i
-Release: 1.2.1
+Release: 1.2.2
# build options
%option with_comp no
@@ -84,6 +84,7 @@
CC="%{l_cc}" \
CFLAGS="%{l_cflags -O}" \
CPPFLAGS="-DICONV_CONST=const" \
+ LDFLAGS="-Limap %{l_ldflags}" \
./configure \
--cache-file=./config.cache \
--prefix=%{l_prefix} \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]