diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2005-11-24 16:04:38 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2005-11-24 16:04:38 +0000 |
commit | 4b89ada401e0efa3ac5a4d6a4961017f53d22b27 (patch) | |
tree | 7679a175e56e79978434aa8cd62ec541365a87dc /mail/vpopmail/files/patch-configure | |
parent | Update to 0.68. (diff) |
Only use -fPIC on amd64 - none of the other arches seem to need it.
Unfortunately, the only way to avoid adding -fPIC to the files that
go into libvpopmail.a would be to actually make the vpopmail port
build a real shared library, which might be a bit more difficult and
should probably be coordinated with the upstream.
Pointy hat to: roam (myself)
Pointy hat handed by: kris
Diffstat (limited to '')
-rw-r--r-- | mail/vpopmail/files/patch-configure | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/mail/vpopmail/files/patch-configure b/mail/vpopmail/files/patch-configure index 633f6f7fb945..5939fb3f59f1 100644 --- a/mail/vpopmail/files/patch-configure +++ b/mail/vpopmail/files/patch-configure @@ -1,5 +1,5 @@ ---- configure.orig Sun Mar 20 16:38:35 2005 -+++ configure Wed May 11 15:26:14 2005 +--- configure.old Sun Nov 20 15:09:16 2005 ++++ configure Sun Nov 20 15:11:01 2005 @@ -838,6 +838,8 @@ --enable-qmail-newu=PATH Full path to qmail-newu program. --enable-qmail-inject=PATH Full path to qmail-inject program. @@ -133,3 +133,14 @@ auth_inc="-I/usr/local/include" +@@ -8296,8 +8297,8 @@ + fi + fi + +-echo "${CC} -O2" > cdb/conf-cc +-echo "${CC} -s" > cdb/conf-ld ++echo "${CC} ${CFLAGS}" > cdb/conf-cc ++echo "${CC} ${STRIP}" > cdb/conf-ld + + echo "" + echo "" |