DEADSOFTWARE

synchronized with https://github.com/aixp/BlackBox
[bbcp.git] / BlackBox / _OpenBSD_ / Lin / Rsrc / loader / Makefile
index f4104ddc8803543a96cede957feedf94343ded8b..855cd8ade1cbe3d448849ff0b54b590dc31028f5 100644 (file)
@@ -11,7 +11,7 @@ all: loader
 # -pthread required to dlopen libraries that depends on pthread
 
 loader: loader.c
-       ${CC} ${CFLAGS} -o ${.TARGET} ${.ALLSRC} -pthread
+       ${CC} ${CFLAGS} -o ${.TARGET} ${.ALLSRC} -pthread -Wl,-z,'wxneeded'
 
 clean:
        rm -f loader