# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/djbdns/hotfix-x-cross.patch # Copyright (C) 2006 - 2026 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- We can not run those executables on cross builds .. - Rene Rebe --- djbdns-1.05/Makefile 2006-01-03 15:26:01.000000000 +0100 +++ djbdns-1.05/Makefile 2006-01-03 15:28:33.000000000 +0100 @@ -31,7 +31,7 @@ auto_home.c: \ auto-str conf-home - ./auto-str auto_home `head -n 1 conf-home` > auto_home.c + #./auto-str auto_home `head -n 1 conf-home` > auto_home.c auto_home.o: \ compile auto_home.c @@ -511,8 +511,8 @@ hasshsgr.h: \ choose compile load tryshsgr.c hasshsgr.h1 hasshsgr.h2 chkshsgr \ warn-shsgr - ./chkshsgr || ( cat warn-shsgr; exit 1 ) - ./choose clr tryshsgr hasshsgr.h1 hasshsgr.h2 > hasshsgr.h + #./chkshsgr || ( cat warn-shsgr; exit 1 ) + cat hasshsgr.h2 > hasshsgr.h hier.o: \ compile hier.c auto_home.h