summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e544fd5..a04dbad 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
all: use-defaults
use-defaults: prepare
- (export dist=rawhide; export arch=i386; \
+ (export dist=rawhide; export arch=x86_64; \
export nss_pkgs="nspr nss-util nss-softokn nss"; \
export clients="crypto-utils"; \
sh ./build_nss.sh)