head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2026.07.21.14.23.51; author ryoon; state Exp; branches; next ; commitid qzkxv0t0fb9ZQwOG; desc @@ 1.1 log @lang/moscow_ml: Honor LDFLAGS to support RELCO @ text @$NetBSD$ * Honor LDFLAGS for RELRO. --- src/dynlibs/munix/Makefile.orig 2026-07-21 14:18:06.929606756 +0000 +++ src/dynlibs/munix/Makefile @@@@ -15,7 +15,7 @@@@ libmunix.so: munix.o $(CC) $(CFLAGS) -c -o munix.o munix.c libmunix.so: munix.o - $(DYNLD) -o libmunix.so munix.o -lc + $(DYNLD) -o libmunix.so munix.o -lc $(LDFLAGS) install: $(INSTALL_DATA) libmunix.so $(DESTDIR)$(LIBDIR) @