13 lines
393 B
Plaintext
13 lines
393 B
Plaintext
--- src/Makefile.orig 2026-02-22 11:12:05 UTC
|
|
+++ src/Makefile
|
|
@@ -36,7 +36,8 @@ endif
|
|
CONFIGURE_ARGS += --without-ntlm
|
|
endif
|
|
# run configure shell script
|
|
-DUMMY_VAR := $(shell ./configure $(CONFIGURE_ARGS))
|
|
+DUMMY_VAR := $(shell env OPENSSLINC=$(OPENSSLINC) OPENSSLLIB=$(OPENSSLLIB) \
|
|
+ ./configure $(CONFIGURE_ARGS))
|
|
# pull in variables set by configure script
|
|
include configure.mk
|
|
|