]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
DJGPP configuration fix, based on the PR #27595
authorIgor Ustinov <igus68@gmail.com>
Thu, 6 Nov 2025 21:08:17 +0000 (22:08 +0100)
committerTomas Mraz <tomas@openssl.org>
Mon, 10 Nov 2025 20:23:57 +0000 (21:23 +0100)
Fixes #27514

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/29093)

Configurations/50-djgpp.conf

index fbe4911c420d68307940d9cc0ceda7857383b8a3..4b6861dc08fa488d811cb7f2a68e0f1f34aeb192 100644 (file)
@@ -7,9 +7,9 @@ my %targets = (
         inherit_from     => [ "BASE_unix" ],
         CC               => "gcc",
         CFLAGS           => "-fomit-frame-pointer -O2 -Wall",
-        cflags           => "-I/dev/env/WATT_ROOT/inc -DTERMIOS -DL_ENDIAN",
+        cflags           => "-I\$(WATT_ROOT)/inc -DTERMIOS -DL_ENDIAN",
         sys_id           => "MSDOS",
-        lflags           => add("-L/dev/env/WATT_ROOT/lib"),
+        lflags           => add("-L\$(WATT_ROOT)/lib"),
         ex_libs          => add("-lwatt"),
         bn_ops           => "BN_LLONG",
         asm_arch         => 'x86',