]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Enabled IPv6 support in python.
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 24 Sep 2008 19:41:34 +0000 (19:41 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 24 Sep 2008 19:41:34 +0000 (19:41 +0000)
lfs/python

index 80e3b013b8bb6a0b3d32b71c6ebf58a7a3f11359..4dbf7cbf4872e8a3567eafcd98d1debbf39c65f1 100644 (file)
@@ -55,8 +55,7 @@ $(TARGET) :
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
        cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-gdbm-1.patch
        cd $(DIR_APP) && OPT="$(CFLAGS)" ./configure --prefix=/usr \
-                                                --enable-shared \
-                                                --disable-ipv6
+                                                --enable-shared
        cd $(DIR_APP) && make $(PARALLELISMFLAGS)
        cd $(DIR_APP) && make install