]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/python3
Update for numerous lfs-files: removed deprecated configure options
[ipfire-2.x.git] / lfs / python3
index 0fe493ba97d86f2fda76ca87d11a0c5e813a7d25..e753d96ab23dcd889487871d1c5de3819db5918d 100644 (file)
@@ -79,7 +79,10 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar Jxf $(DIR_DL)/$(DL_FILE)
        rm -rf $(DIR_APP)/Modules/_ctypes/{darwin,libffi,libffi_arm_wince,libffi_msvc,libffi_osx}
        cd $(DIR_APP) && OPT="$(CFLAGS)" ./configure \
-               --prefix=/usr --enable-shared --with-system-ffi
+               --prefix=/usr \
+               --enable-shared \
+               --with-system-ffi
+
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install
        @rm -rf $(DIR_APP)