Author: viper Date: 2006-05-22 15:07:29 +0200 (Mon, 22 May 2006) New Revision: 1427 Modified: crux-2.2/ports/opt/postfix/Pkgfile Log: postfix: added -I/usr/include/openssl to CCARGS Modified: crux-2.2/ports/opt/postfix/Pkgfile =================================================================== --- crux-2.2/ports/opt/postfix/Pkgfile 2006-05-22 12:57:07 UTC (rev 1426) +++ crux-2.2/ports/opt/postfix/Pkgfile 2006-05-22 13:07:29 UTC (rev 1427) @@ -13,7 +13,7 @@ build() { cd $name-$version - _CCARGS="$CCARGS -DUSE_SASL_AUTH -I/usr/include/sasl -DUSE_TLS" + _CCARGS="$CCARGS -DUSE_SASL_AUTH -I/usr/include/sasl -DUSE_TLS -I/usr/include/openssl" _AUXLIBS="-L/usr/lib -lsasl2 -lssl -lcrypto" make tidy @@ -45,6 +45,7 @@ # # Add .gz extensions to manpages (pkgmk compresses them) + # Remove LICENSE (will be removed) # ( cd $PKG/etc/postfix cp postfix-files temp-files