summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2009-01-04 22:52:31 +0000
committerChristian Pointner <equinox@anytun.org>2009-01-04 22:52:31 +0000
commit4cfd1bfacd91f6fec4f224d848748225a97132b5 (patch)
treedb268740da0a2f176af7a92241d218ab9d98f00f
parentadded libgmp free calc ctr implementation to cipher (diff)
disabling gmp by default
-rw-r--r--src/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile
index 30aebf9..21a3918 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -34,9 +34,9 @@
TARGET=$(shell uname -s)
CC = gcc
-CCFLAGS = -g -O2 # -DNO_LIBGMP # -DANYTUN_02_COMPAT #-DNO_CRYPT
+CCFLAGS = -g -O2 -DNO_LIBGMP #-DANYTUN_02_COMPAT #-DNO_CRYPT
LD = gcc
-LDFLAGS = -g -Wall -O2 -lgcrypt -lgpg-error -lgmp
+LDFLAGS = -g -Wall -O2 -lgcrypt -lgpg-error #-lgmp
ifeq ($(TARGET),Linux)
LDFLAGS += -ldl