]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/cups
HinzugefĆ¼gt:
[ipfire-2.x.git] / lfs / cups
index 567f8dfa904643c6e3d92799b4c89bd479a5f467..d66978a9ac69e8c4a48ad364810c068e3dfa5441 100644 (file)
--- a/lfs/cups
+++ b/lfs/cups
@@ -83,9 +83,10 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
        cd $(DIR_APP) && sed -i -e "s@pam/pam@security/pam@g" {config-scripts/cups-pam.m4,scheduler/auth.c,configure}
 #      cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/patches/cups-1.1.23-testsuite_fix-1.patch
-       cd $(DIR_APP) && ./configure
+       cd $(DIR_APP) && ./configure --disable-nls
        cd $(DIR_APP) && make
 #      cd $(DIR_APP) && make check
        cd $(DIR_APP) && make install
+       cd $(DIR_APP) && ln -v -sf /usr/bin/smbspool /usr/lib/cups/backend/smb
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)