]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Enforced that ipv6 is enabled in quagga.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 8 Feb 2009 09:48:18 +0000 (10:48 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 8 Feb 2009 09:48:18 +0000 (10:48 +0100)
lfs/quagga

index 6297236108ade9d14892acf5d9884729bbe2877f..3cda655ea5cc45241c2bb1f14383025bcfd3f51c 100644 (file)
@@ -87,7 +87,8 @@ $(OBJECT): $(objects)
                        --sysconfdir=/etc/quagga \
                        --disable-static \
                        --enable-netlink \
-                       --with-libpam
+                       --with-libpam \
+                       --enable-ipv6
        cd $(DIR_APP) && make $(PARALLELISMFLAGS)
        cd $(DIR_APP) && make install
        @rm -rf $(DIR_APP)