]> git.pld-linux.org Git - packages/sendmail.git/commitdiff
- default compile config file for sendmail:
authorkloczek <kloczek@pld-linux.org>
Tue, 30 May 2000 05:48:50 +0000 (05:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
-- enable SASL support - added:
APPENDDEF(`confENVDEF', -DSASL')
APPENDDEF(`conf_sendmail_LIBS', -lsasl')

Changed files:
    sendmail-config.m4 -> 1.1

sendmail-config.m4 [new file with mode: 0644]

diff --git a/sendmail-config.m4 b/sendmail-config.m4
new file mode 100644 (file)
index 0000000..604a44a
--- /dev/null
@@ -0,0 +1,12 @@
+define(`confMAPDEF', `-DNEWDB -DNIS')
+define(`confENVDEF', `$(RPM_OPT_FLAGS) -DXDEBUG=0')
+define(`confLIBS', `-lnsl')
+define(`confLDOPTS', `-s')
+define(`confMANOWN', `root')
+define(`confMANGRP', `root')
+define(`confMANMODE', `644')
+define(`confMAN1SRC', `1')
+define(`confMAN5SRC', `5')
+define(`confMAN8SRC', `8')
+APPENDDEF(`confENVDEF', -DSASL')
+APPENDDEF(`conf_sendmail_LIBS', -lsasl')
This page took 0.059032 seconds and 4 git commands to generate.