X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fdma;h=2b89bcc6e30f9a8934ca3b8b32b6c74e5e28990b;hb=eee037b8902c3163850069f302479e7733966bd0;hp=50796715844f8a3ba7fba730bb7a43190ced92ca;hpb=2edff5e9700908a3c91a8f0a66862f420faefebd;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/dma b/lfs/dma index 5079671584..2b89bcc6e3 100644 --- a/lfs/dma +++ b/lfs/dma @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2016 IPFire Team # +# Copyright (C) 2007-2018 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -75,6 +75,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) touch /var/ipfire/dma/mail.conf cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/dma-0.10-better-authentication.patch cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/dma-0.10-better-tls.patch + cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/dma-0.11-compile-fixes.patch cd $(DIR_APP) && sed -i '/PREFIX/s/usr\/local/usr/g' Makefile cd $(DIR_APP) && sed -i '/CONFDIR/s/etc\/dma/var\/ipfire\/dma/g' Makefile cd $(DIR_APP) && make