On 2025/11/23 1:02 PM, Andreas Metzler via Exim-users wrote:
--- src/local_scan.c    2025-10-27 13:16:13.000000000 +0000
+++ ../local_scan.c     2025-11-23 12:58:49.780675405 +0000
@@ -59,6 +59,8 @@
  int
  local_scan(int fd, uschar **return_text)
  {
+       uschar *expand_result;
+       expand_result = expand_string("blah");
  return LOCAL_SCAN_ACCEPT;
  }

yields
cc -o exim -Wl,-z,relro -Wl,-z,now acl.o atrn.o base64.o child.o [...]
/usr/bin/ld: local_scan.o: in function `local_scan':
./b-exim4-daemon-light/build-Linux-x86_64/../src/local_scan.c:63:(.text+0x10): 
undefined reference to `expand_string'

Thanks; 66a452cb6128 addresses
--
Cheers,
  Jeremy

--
## subscription configuration (requires account):
##   https://lists.exim.org/mailman3/postorius/lists/exim-users.lists.exim.org/
## unsubscribe (doesn't require an account):
##   [email protected]
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to