search for: crypt_lib

Displaying 4 results from an estimated 4 matches for "crypt_lib".

2010 Jun 04
0
Fwd: [Xen-devel] Xen 4.0 in debian packages? Blktap2 suport
...y > should I package. That is, if I get enough time after > I get approved as a DD before Squeeze is frozen. > AFAIK blktap2 can be compiled against libgcrypt, see tools/blktap2/drivers/Makefile:30 ifeq ($(CONFIG_Linux),y) ifeq ($(shell . ./check_gcrypt $(CC)),yes) CFLAGS += -DUSE_GCRYPT CRYPT_LIB += -lgcrypt else CRYPT_LIB += -lcrypto $(warning === libgcrypt not installed: falling back to libcrypto ===) endif else CRYPT_LIB += -lcrypto endif just make sure ifeq ($(shell . ./check_gcrypt $(CC)),yes) succeed on your system. In any case ssl is only used to calculate MD5, I'll post anothe...
2010 Jun 04
1
[Fwd: Re: [Xen-devel] Xen 4.0 in debian packages?]
...> should I package. That is, if I get enough time after > I get approved as a DD before Squeeze is frozen. > AFAIK blktap2 can be compiled against libgcrypt, see tools/blktap2/drivers/Makefile:30 ifeq ($(CONFIG_Linux),y) ifeq ($(shell . ./check_gcrypt $(CC)),yes) CFLAGS += -DUSE_GCRYPT CRYPT_LIB += -lgcrypt else CRYPT_LIB += -lcrypto $(warning === libgcrypt not installed: falling back to libcrypto ===) endif else CRYPT_LIB += -lcrypto endif just make sure ifeq ($(shell . ./check_gcrypt $(CC)),yes) succeed on your system. In any case ssl is only used to calculate MD5, I'll post anothe...
2011 Mar 16
3
[PATCH] tools: do not link against unused libraries
.../drivers/Makefile --- a/tools/blktap2/drivers/Makefile Tue Mar 15 16:33:59 2011 +0000 +++ b/tools/blktap2/drivers/Makefile Wed Mar 16 10:38:52 2011 +0000 @@ -23,11 +23,7 @@ CFLAGS += -fPIC CFLAGS += -fPIC endif -LIBS += -lrt -lz - -LBLIBS_img := $(LDLIBS_libxenctrl) $(CRYPT_LIB) -lpthread -lz -lm - -LIBS += -L$(LIBVHDDIR) -lvhd +VHDLIBS := -L$(LIBVHDDIR) -lvhd REMUS-OBJS := block-remus.o REMUS-OBJS += hashtable.o @@ -88,26 +84,26 @@ all: $(IBIN) lock-util qcow-util all: $(IBIN) lock-util qcow-util -tapdisk2: $(TAP-OBJS-y) $(BLK-OBJS-y) $(MISC-OBJS-y) tapdisk...
2013 May 27
2
Dovecot 2.2 build rpm on Centos6
...' BUILD_ZLIB_PLUGIN_FALSE='' BUILD_ZLIB_PLUGIN_TRUE='' CC='gcc' CCDEPMODE='' CDB_LIBS='' CFLAGS='%{__global_cflags} -fno-strict-aliasing' CLUCENE_CFLAGS='' CLUCENE_LIBS='' COMPRESS_LIBS='' CPP='' CPPFLAGS='' CRYPT_LIBS='' CXX='' CXXCPP='' CXXDEPMODE='' CXXFLAGS='-O2 -g' CYGPATH_W='echo' DEFS='' DEPDIR='.deps' DICT_LIBS='' DOVECOT_PLUGIN_DEPS_FALSE='' DOVECOT_PLUGIN_DEPS_TRUE='' DSYMUTIL='' DUMPBIN='' ECHO_C=...