X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fpostfix;h=f9ddba0f4cb0a0340d0366bbf8c9f2d7b421cf17;hp=3bce5044d6a6de7197801980b5064eeca68f948a;hb=f28d0ddc6d42c7787dbdf91c4a4555675bfd18f8;hpb=414e011d7c50fd193074dd0855d95fee8709ffa8 diff --git a/lfs/postfix b/lfs/postfix index 3bce5044d6..f9ddba0f4c 100644 --- a/lfs/postfix +++ b/lfs/postfix @@ -78,14 +78,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && make -f Makefile.init makefiles \ - 'CCARGS=-DDEF_DAEMON_DIR=\"/usr/lib/postfix\" \ - -DDEF_MANPAGE_DIR=\"/usr/share/man\" \ - -DUSE_TLS -I/usr/include/openssl \ - -DUSE_SALS_AUTH -I/usr/include/sasl \ - -I/opt/lampp/include \ - -DHAS_MYSQL -I/opt/lampp/include/mysql' \ - 'AUXLIBS=-L/usr/lib -lz -lm -lssl -lcrypto \ - -lmysqlclient -L/opt/lampp/lib/mysql -lsasl2 -L/opt/lampp/lib' + 'CCARGS=-DDEF_DAEMON_DIR=\"/usr/lib/postfix\" -DDEF_MANPAGE_DIR=\"/usr/share/man\" -DUSE_TLS -I/usr/include/openssl -DUSE_SALS_AUTH -I/usr/include/sasl -I/opt/lampp/include -DHAS_MYSQL -I/opt/lampp/include/mysql' \ + 'AUXLIBS=-L/usr/lib -L/usr/lib/sasl2 -lz -lm -lssl -lcrypto -lmysqlclient -L/opt/lampp/lib/mysql -lsasl2 -L/opt/lampp/lib' cd $(DIR_APP) && make cd $(DIR_APP) && sh postfix-install -non-interactive ## Install configuration @@ -93,4 +87,4 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cp -vf $(DIR_CONF)/postfix/* /etc/postfix mv -vf /etc/postfix/aliases /etc/aliases @rm -rf $(DIR_APP) - @$(POSTBUILD) \ No newline at end of file + @$(POSTBUILD)