mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-31 14:04:26 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			197 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			197 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| --- a/Makefile
 | |
| +++ b/Makefile
 | |
| @@ -32,7 +32,9 @@ LDLIBS += `pkg-config --libs openssl`
 | |
|  
 | |
|  reglib.o: keys-ssl.c
 | |
|  
 | |
| -else
 | |
| +endif
 | |
| +
 | |
| +ifeq ($(USE_GCRYPT),1)
 | |
|  CFLAGS += -DUSE_GCRYPT
 | |
|  LDLIBS += -lgcrypt
 | |
|  
 |