diff options
Diffstat (limited to 'security/cryptlib/files')
-rw-r--r-- | security/cryptlib/files/patch-makefile | 2 | ||||
-rw-r--r-- | security/cryptlib/files/patch-tools_getlibs.sh | 11 |
2 files changed, 1 insertions, 12 deletions
diff --git a/security/cryptlib/files/patch-makefile b/security/cryptlib/files/patch-makefile index cd8ba11a643e..7d43b72fadc0 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 -pthread" ; \ -+ %%CFLAGS%% %%PTHREAD_CFLAGS%%" ; \ ++ %%CFLAGS%%" ; \ else \ make $(DEFINES) CFLAGS="$(CFLAGS) -fomit-frame-pointer -pthread" ; \ fi diff --git a/security/cryptlib/files/patch-tools_getlibs.sh b/security/cryptlib/files/patch-tools_getlibs.sh deleted file mode 100644 index 47154339a0f8..000000000000 --- a/security/cryptlib/files/patch-tools_getlibs.sh +++ /dev/null @@ -1,11 +0,0 @@ ---- tools/getlibs.sh.orig Mon Nov 13 08:18:56 2006 -+++ tools/getlibs.sh Mon Nov 13 08:19:14 2006 -@@ -92,7 +92,7 @@ - echo "" ;; - - 'FreeBSD'|'NetBSD') -- echo "-lpthread" ;; -+ echo "%%PTHREAD_LIBS%%" ;; - - 'HP-UX') - case `uname -r | sed 's/^[A-Z].//' | cut -f 1 -d '.'` in |