diff options
author | Alex Dupre <ale@FreeBSD.org> | 2006-11-13 07:24:25 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2006-11-13 07:24:25 +0000 |
commit | 247ff4e34172093aef54a466ec8880a20787ac3a (patch) | |
tree | 9f7abb7228d47ee5ebf1a41914a02542bea22c33 /security/cryptlib/files/patch-makefile | |
parent | Disconnect openoffice.org-2-RC from the INDEX build as it is breaking it: (diff) |
Fix build on 4.x.
Notes
Notes:
svn path=/head/; revision=177160
Diffstat (limited to 'security/cryptlib/files/patch-makefile')
-rw-r--r-- | security/cryptlib/files/patch-makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/cryptlib/files/patch-makefile b/security/cryptlib/files/patch-makefile index 1838beb283d7..77e5ac4b40ec 100644 --- a/security/cryptlib/files/patch-makefile +++ b/security/cryptlib/files/patch-makefile @@ -5,7 +5,7 @@ @./tools/buildasm.sh $(AS) $(OBJPATH) make $(DEFINES) EXTRAOBJS="$(ASMOBJS)" CFLAGS="$(CFLAGS) -DUSE_ASM \ - -fomit-frame-pointer -O3 -pthread" -+ %%CFLAGS%% %%PTHREAD_CFLAGS%% %%PTHREAD_LIBS%%" ++ %%CFLAGS%% %%PTHREAD_CFLAGS%%" NetBSD: @./tools/buildasm.sh $(AS) $(OBJPATH) make $(DEFINES) EXTRAOBJS="$(ASMOBJS)" CFLAGS="$(CFLAGS) -DUSE_ASM \ |