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/msocket/Makefile.orig 2026-07-21 14:18:30.894393649 +0000 +++ src/dynlibs/msocket/Makefile @@@@ -17,7 +17,7 @@@@ libmsocket.so: msocket.o $(CC) $(CFLAGS) -c -o msocket.o msocket.c libmsocket.so: msocket.o - $(DYNLD) -o libmsocket.so msocket.o + $(DYNLD) -o libmsocket.so msocket.o $(LDFLAGS) # This is needed under Solaris: # $(DYNLD) -o libmsocket.so -lsocket msocket.o @