diff options
author | Chris Hall <GMCH@hestia.halldom.com> | 2010-04-15 12:23:26 +0100 |
---|---|---|
committer | Chris Hall <GMCH@hestia.halldom.com> | 2010-04-15 12:23:26 +0100 |
commit | 54009927e37889a5bd4d14f8cd8ab36e7227b648 (patch) | |
tree | ea69a27270f80902a073efa3eef50236493ea842 | |
parent | b878aa88eb8bb7ab74e24314e87c88586f15598d (diff) | |
download | quagga-54009927e37889a5bd4d14f8cd8ab36e7227b648.tar.bz2 quagga-54009927e37889a5bd4d14f8cd8ab36e7227b648.tar.xz |
Added configure-quagga for Euro-IX testing
Current code is not known to work for any daemon other than bgpd.
(vtysh is known to be broken.)
For pthreads requires --enable-pthread under gcc !
Compiled and run under:
Linux 2.6.30+
gcc 4.4.1+
qlibc 2.10+
The code assumes POSIX 2006 or better. So requires NPTL which
implies Linux at least 2.6.18 -- according to my reading.
-rw-r--r-- | configure-quagga | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configure-quagga b/configure-quagga new file mode 100644 index 00000000..bcefd0ba --- /dev/null +++ b/configure-quagga @@ -0,0 +1,6 @@ +./configure --prefix=/home/quagga/local --exec-prefix=/usr/local \ + --sysconfdir=/home/quagga/etc --localstatedir=/home/quagga/state \ + --enable-user=quagga --enable-group=quagga \ + --disable-pie --enable-pthread \ + --disable-doc --disable-ripd --disable-ripngd --disable-ospfd --disable-ospf6d + |