You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
2.4 KiB
46 lines
2.4 KiB
--- sendmail-8.14.4/devtools/OS/Linux 2010-01-03 22:55:35.000000000 +0100 |
|
+++ sendmail-8.14.4/devtools/OS/Linux.dynamic 2010-01-03 22:59:03.000000000 +0100 |
|
@@ -7,7 +7,7 @@ |
|
define(`confCCOPTS_SO', `-fPIC') |
|
define(`confSM_OS_HEADER', `sm_os_linux') |
|
define(`confMANROOT', `/usr/share/man/man') |
|
-define(`confLIBS', `-ldl') |
|
+define(`confLIBS', `-pie -ldl') |
|
define(`confEBINDIR', `/usr/sbin') |
|
APPENDDEF(`confLIBSEARCH', `crypt nsl') |
|
|
|
@@ -22,19 +22,19 @@ |
|
ifelse(confBLDVARIANT, `DEBUG', |
|
dnl Debug build |
|
` |
|
- define(`confOPTIMIZE',`-g -Wall') |
|
+ define(`confOPTIMIZE',`-g -Wall -fpie') |
|
', |
|
dnl Optimized build |
|
confBLDVARIANT, `OPTIMIZED', |
|
` |
|
- define(`confOPTIMIZE',`-O2') |
|
+ define(`confOPTIMIZE',`-O2 -fpie') |
|
', |
|
dnl Purify build |
|
confBLDVARIANT, `PURIFY', |
|
` |
|
- define(`confOPTIMIZE',`-g') |
|
+ define(`confOPTIMIZE',`-g -fpie') |
|
', |
|
dnl default |
|
` |
|
- define(`confOPTIMIZE',`-O2') |
|
+ define(`confOPTIMIZE',`-O2 -fpie') |
|
') |
|
--- sendmail-8.14.4/libsm/Makefile.m4 2006-08-16 23:06:31.000000000 +0200 |
|
+++ sendmail-8.14.4/libsm/Makefile.m4.dynamic 2010-01-03 23:01:36.000000000 +0100 |
|
@@ -6,7 +6,7 @@ |
|
define(`confREQUIRE_SM_OS_H', `true') |
|
PREPENDDEF(`confENVDEF', `confMAPDEF') |
|
bldPRODUCT_START(`library', `libsm') |
|
-define(`bldSOURCES', ` assert.c debug.c errstring.c exc.c heap.c match.c rpool.c strdup.c strerror.c strl.c clrerr.c fclose.c feof.c ferror.c fflush.c fget.c fpos.c findfp.c flags.c fopen.c fprintf.c fpurge.c fput.c fread.c fscanf.c fseek.c fvwrite.c fwalk.c fwrite.c get.c makebuf.c put.c refill.c rewind.c setvbuf.c smstdio.c snprintf.c sscanf.c stdio.c strio.c ungetc.c vasprintf.c vfprintf.c vfscanf.c vprintf.c vsnprintf.c wbuf.c wsetup.c string.c stringf.c xtrap.c strto.c test.c path.c strcasecmp.c strrevcmp.c signal.c clock.c config.c shm.c sem.c mbdb.c strexit.c cf.c ldap.c niprop.c mpeix.c memstat.c util.c ') |
|
+define(`bldSOURCES', ` assert.c debug.c errstring.c exc.c heap.c match.c rpool.c strdup.c strl.c clrerr.c fclose.c feof.c ferror.c fflush.c fget.c fpos.c findfp.c flags.c fopen.c fprintf.c fpurge.c fput.c fread.c fscanf.c fseek.c fvwrite.c fwalk.c fwrite.c get.c makebuf.c put.c refill.c rewind.c setvbuf.c smstdio.c snprintf.c sscanf.c stdio.c strio.c ungetc.c vasprintf.c vfprintf.c vfscanf.c vprintf.c vsnprintf.c wbuf.c wsetup.c string.c stringf.c xtrap.c strto.c test.c path.c strcasecmp.c strrevcmp.c signal.c clock.c config.c shm.c sem.c mbdb.c strexit.c cf.c ldap.c niprop.c mpeix.c memstat.c util.c ') |
|
bldPRODUCT_END |
|
dnl msg.c |
|
dnl syslogio.c
|
|
|