about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/libraries/crypto++/GNUmakefile-darwin.patch
blob: 5a6cb3bcafb4bc57610d075b8302b6ff961371ce (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/GNUmakefile b/GNUmakefile
index 4de9d10..ff4789a 100755
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -271,8 +271,8 @@ endif # OpenMP
 endif # IS_LINUX
 
 ifneq ($(IS_DARWIN),0)
-AR = libtool
-ARFLAGS = -static -o
+AR = ar
+ARFLAGS = cru
 CXX ?= c++
 ifeq ($(IS_GCC_29),1)
 CXXFLAGS += -fno-coalesce-templates -fno-coalesce-static-vtables