Ticket #19042: gnutls.patch
File gnutls.patch, 655 bytes (added by cr@…, 16 years ago) |
---|
-
Makefile
old new 57 57 export dirdoc 58 58 export RPM_OPT_FLAGS 59 59 export CFLAGS 60 export MPPREFIX 60 61 61 62 #################### 62 63 ## Makefile Targets -
unix-console/Makefile
old new 44 44 CFLAGS += -D AICCU_GNUTLS 45 45 LDFLAGS += -lgnutls 46 46 endif 47 ifeq ($(shell uname | grep -c "Darwin"),1) 48 CFLAGS += -D AICCU_GNUTLS 49 CFLAGS += -I${MPPREFIX}/include 50 LDFLAGS += -lgnutls 51 LDFLAGS += -L${MPPREFIX}/lib 52 endif 47 53 48 54 # Linux 49 55 ifeq ($(shell uname | grep -c "Linux"),1)