From b4aea3fefcda348ea174a12e8ec3372272fad304 Mon Sep 17 00:00:00 2001 From: stefan11111 Date: Fri, 23 Feb 2024 01:16:49 +0200 Subject: update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c573c29..04ae9bd 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ .POSIX: XCFLAGS = ${CPPFLAGS} ${CFLAGS} -nostdlib -std=c99 -fPIC -Wall -Wno-pedantic -XLDFLAGS = ${LDFLAGS} -shared -Wl +XLDFLAGS = ${LDFLAGS} -shared -Wl,--version-script Version -Wl LIBDIR ?= /lib64 -- cgit v1.2.3