From d42488c680bbf27ed3d0509df670358a8a52d6c2 Mon Sep 17 00:00:00 2001 From: Michael Hampton Date: Tue, 13 Apr 2004 23:28:21 +0000 Subject: [PATCH] * citadel.spec: Disable newt in RPM installs; it isn't needed for this type of installation --- citadel/citadel.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/citadel/citadel.spec b/citadel/citadel.spec index f4b6cfd19..ffab224d9 100644 --- a/citadel/citadel.spec +++ b/citadel/citadel.spec @@ -2,7 +2,7 @@ Summary: Citadel/UX, the flexible, powerful way to build online communities Name: citadel Version: 6.20p1 -Release: 2 +Release: 3 Copyright: GPL Group: Applications/Communications Source0: http://my.citadel.org/download/citadel-ux-%{PACKAGE_VERSION}.tar.gz @@ -42,7 +42,7 @@ driven, and accessible via a growing selection of front ends. %setup -n citadel %build -CFLAGS="$RPM_OPT_FLAGS" ./configure --with-pam --enable-autologin --with-ldap --with-newt --with-libical +CFLAGS="$RPM_OPT_FLAGS" ./configure --with-pam --enable-autologin --with-ldap --without-newt --with-libical make %install -- 2.39.2