]> jfr.im git - irc/quakenet/newserv.git/blobdiff - build.mk.in
Add opername to noperserv oper alerts.
[irc/quakenet/newserv.git] / build.mk.in
index ab0cf3752e2b9cf5fa9b123ebb7a64ed7cf14841..7db103d4cf5bd59dc229196b8e46c91c9207e372 100644 (file)
@@ -13,7 +13,7 @@ BUILDID @shell@ (hg id || echo "unknown") | sed -e "s/+ /-/;s/ /-/" @shellend@
 .SUFFIXES: .so
 
 .o.so:
-       ld -shared -Bdynamic -o $@ @srcs@ $(LDFLAGS)
+       @-ldline-@ $(LDFLAGS)
 
 CC=gcc
 CFLAGS+=-Wall -g -finline-functions -funroll-loops -std=c99 -I./ -DBUILDID=$(BUILDID)