Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 560234
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/gkrellm-2.3.6-rc1/src/Makefile
0
++ b/gkrellm-2.3.6-rc1/src/Makefile
Lines 39-45 Link Here
39
39
40
# Only use own md5-code if neither OpenSSL nor GnuTLS are present
40
# Only use own md5-code if neither OpenSSL nor GnuTLS are present
41
ifneq ($(HAVE_SSL),1)
41
ifneq ($(HAVE_SSL),1)
42
    EXTRAOBJS ?= md5c.o
42
    EXTRAOBJS := md5c.o
43
endif
43
endif
44
44
45
GKRELLM_INCLUDES = gkrellm.h gkrellm-public-proto.h $(SHARED_PATH)/log.h
45
GKRELLM_INCLUDES = gkrellm.h gkrellm-public-proto.h $(SHARED_PATH)/log.h

Return to bug 560234