search for: enable_static

Displaying 4 results from an estimated 4 matches for "enable_static".

2009 Mar 30
3
[Bug 588] New: make ipv6 optional in iptables
http://bugzilla.netfilter.org/show_bug.cgi?id=588 Summary: make ipv6 optional in iptables Product: iptables Version: CVS (please indicate timestamp) Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P1 Component: ip6tables AssignedTo: laforge at netfilter.org
2007 Jul 07
1
Compiling swfdec without GTK
...c-0.4.5 for ARM9. But before that I am planning to compile it on my x86 machine without GTK support. I have already compiled it with GTK. But if I disable GTK then I am getting error messages while compiling test directory. I have used following configuration options: ./configure enable_shared=no enable_static=yes enable_mad=no enable_gtk_doc=no enable_ffmpeg=no enable_gtk=no enable_gnome_vfs=no enable_gstreamer=no with_audio=none Following are the error messages: make[3]: Entering directory `/home/FlashLibs/swfdec-0.4.5/test' if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I...
2009 May 12
4
Controlling outbound bandwidth utilization by port
Among other things, I run an http server on my home DSL line (6M/768kbit). The content includes several large image galleries, and when certain crawlers hit our server w/ multiple large image uploads, we end up with large ping time delays - sufficient to disrupt the kids'' on-line gaming. Attempts to control this with robots.txt has not be very successful; Solaris IPQoS appears quite
2004 Jan 01
1
[PATCH] Add winbind-backed NTLMSSP support to Cyrus-SASL
...enable unsupported GSSSPNEGO authentication [no] ], + gssspnego=$enableval, + gssspnego=no) + +AC_MSG_CHECKING(GSSSPNEGO) +if test "$gssspengo" != no; then + AC_MSG_RESULT(enabled) + AC_SUBST(GSSSPNEGO_LIBS) + + SASL_MECHS="$SASL_MECHS libgssspnego.la" + if test "$enable_static" = yes; then + SASL_STATIC_OBJS="$SASL_STATIC_OBJS ../plugins/gssspengo.o" + AC_DEFINE(STATIC_GSSSPNEGO) + fi +else + AC_MSG_RESULT(disabled) +fi + + # make the option show up so people don't whine that it is only in the # saslauthd configure script --help AC_ARG_WITH(...