search for: check_gcrypt

Displaying 2 results from an estimated 2 matches for "check_gcrypt".

2010 Jun 04
0
Fwd: [Xen-devel] Xen 4.0 in debian packages? Blktap2 suport
...stream" source should I get, and what binary > 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 onl...
2010 Jun 04
1
[Fwd: Re: [Xen-devel] Xen 4.0 in debian packages?]
...tream" source should I get, and what binary > 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 onl...