From owner-freebsd-gnome Tue Nov 12 14:42:45 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 186A737B401; Tue, 12 Nov 2002 14:42:43 -0800 (PST) Received: from charter.net (dhcp-220-8.slidell.charter-ala.com [24.158.214.244]) by mx1.FreeBSD.org (Postfix) with ESMTP id D73BA43E3B; Tue, 12 Nov 2002 14:42:41 -0800 (PST) (envelope-from glennpj@charter.net) Received: from gforce.johnson.home (localhost [127.0.0.1]) by charter.net (8.12.6/8.12.6) with ESMTP id gACMgegT032301; Tue, 12 Nov 2002 16:42:40 -0600 (CST) (envelope-from glenn@gforce.johnson.home) Received: (from glenn@localhost) by gforce.johnson.home (8.12.6/8.12.6/Submit) id gACMgeZA032300; Tue, 12 Nov 2002 16:42:40 -0600 (CST) (envelope-from glenn) Date: Tue, 12 Nov 2002 16:42:40 -0600 From: Glenn Johnson To: Joe Marcus Clarke Cc: Sean McNeil , Adam Weinberger , gnome@FreeBSD.ORG Subject: Re: soup build failure Message-ID: <20021112224240.GB14587@gforce.johnson.home> Mail-Followup-To: Joe Marcus Clarke , Sean McNeil , Adam Weinberger , gnome@FreeBSD.ORG References: <1037131484.2584.6.camel@gyros> <20021112201943.GA1128@gforce.johnson.home> <1037133036.2584.14.camel@gyros> <20021112222722.GA14587@gforce.johnson.home> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="PEIAKu/WMn1b1Hv9" Content-Disposition: inline In-Reply-To: <20021112222722.GA14587@gforce.johnson.home> User-Agent: Mutt/1.5.1i Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --PEIAKu/WMn1b1Hv9 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Okay, the attached patch-configure gets soup to build with apache2. Can someone test this with apache13 to make sure it does not cause a problem there? -- Glenn Johnson glennpj@charter.net --PEIAKu/WMn1b1Hv9 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=patch-configure $FreeBSD$ --- configure.orig Fri Jun 7 10:58:41 2002 +++ configure Tue Nov 12 16:34:02 2002 @@ -6554,6 +6554,7 @@ # This can be used to rebuild libtool when needed LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" +$ac_aux_dir/ltconfig $LIBTOOL_DEPS # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' @@ -7460,9 +7461,9 @@ rm -f conf.glibtest - GLIB_CFLAGS=`glib-config --cflags glib` - GLIB_LIBS=`glib-config --libs glib` - GMODULE_LIBS=`glib-config --libs gmodule` + GLIB_CFLAGS=`$GLIB_CONFIG --cflags glib` + GLIB_LIBS=`$GLIB_CONFIG --libs glib` + GMODULE_LIBS=`$GLIB_CONFIG --libs gmodule` FAVOUR_LIBXML=1 SOUP_PKGCONFIG_REQUIRES="glib" @@ -9025,9 +9026,9 @@ if test "x$enable_nss" = xyes; then if test "x$enable_static_ssl" = "xyes"; then - NSS_LIBS="-lpthread $nspr_prefix/libnspr4.a $nspr_prefix/libplc4.a $nspr_prefix/libplds4.a $nss_prefix/libnssb.a" + NSS_LIBS="-pthread $nspr_prefix/libnspr4.a $nspr_prefix/libplc4.a $nspr_prefix/libplds4.a $nss_prefix/libnssb.a" else - NSS_LIBS="-lpthread -L$nspr_prefix -lnspr4 -lplc4 -lplds4 $nss_prefix -lnss3 -lssl3" + NSS_LIBS="-pthread -L$nspr_prefix -lnspr4 -lplc4 -lplds4 $nss_prefix -lnss3 -lssl3" fi NSS_CFLAGS=$CPPFLAGS cat >>confdefs.h <<\EOF @@ -9083,7 +9084,7 @@ fi if test x$APXS != xno; then - APACHE_CFLAGS="-I`apxs -q INCLUDEDIR CFLAGS`" + APACHE_CFLAGS="-I`apxs -q INCLUDEDIR CFLAGS | sed -s/';;/ '/`" APACHE_LIBS=`apxs -q LDFLAGS_SHLIB LIBS_SHLIB` save_CPPFLAGS=$CPPFLAGS --PEIAKu/WMn1b1Hv9-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message