Andrew Lunn
2009-04-15 07:29:03 UTC
Hi Folks
In order to get qpimd to compile i had to patch config.h.in. Without
these changes, configure would correctly determine things, but they
never made it to config.h.
Andrew
--- quagga-0.99.11/config.h.in 2008-10-02 10:31:32.000000000 +0200
+++ quagga/config.h.in 2009-04-14 15:20:58.000000000 +0200
@@ -570,6 +570,9 @@
/* ospfd vty socket */
#undef OSPF_VTYSH_PATH
+/* pimd vtu socket */
+#undef PIM_VTYSH_PATH
+
/* Name of package */
#undef PACKAGE
@@ -615,6 +618,9 @@
/* zebra PID */
#undef PATH_ZEBRA_PID
+/* pimd PID */
+#undef PATH_PIMD_PID
+
/* Quagga Group */
#undef QUAGGA_GROUP
@@ -746,3 +752,9 @@
/* Define to empty if the keyword `volatile' does not work. Warning: valid
code using `volatile' can become incorrect without. Disable with care. */
#undef volatile
+
+/* Define to 1 if you have the IP_PKTINFO setsockopt */
+#undef HAVE_IP_PKTINFO
+
+/* Define to 1 if you have the IP_RECVDSTADDR setsockopt */
+#undef HAVE_IP_RECVDSTADDR
In order to get qpimd to compile i had to patch config.h.in. Without
these changes, configure would correctly determine things, but they
never made it to config.h.
Andrew
--- quagga-0.99.11/config.h.in 2008-10-02 10:31:32.000000000 +0200
+++ quagga/config.h.in 2009-04-14 15:20:58.000000000 +0200
@@ -570,6 +570,9 @@
/* ospfd vty socket */
#undef OSPF_VTYSH_PATH
+/* pimd vtu socket */
+#undef PIM_VTYSH_PATH
+
/* Name of package */
#undef PACKAGE
@@ -615,6 +618,9 @@
/* zebra PID */
#undef PATH_ZEBRA_PID
+/* pimd PID */
+#undef PATH_PIMD_PID
+
/* Quagga Group */
#undef QUAGGA_GROUP
@@ -746,3 +752,9 @@
/* Define to empty if the keyword `volatile' does not work. Warning: valid
code using `volatile' can become incorrect without. Disable with care. */
#undef volatile
+
+/* Define to 1 if you have the IP_PKTINFO setsockopt */
+#undef HAVE_IP_PKTINFO
+
+/* Define to 1 if you have the IP_RECVDSTADDR setsockopt */
+#undef HAVE_IP_RECVDSTADDR