build: build ospfd as Position-Independed Executable (if appropriate)
Since 46bc0e432e75, all the binaries are built as Position-Independed
Executables (if available and enabled). ospfd was missed for some
unknown reason.
diff --git a/ospfd/Makefile.am b/ospfd/Makefile.am
index 2e4d5c8..390f2e3 100644
--- a/ospfd/Makefile.am
+++ b/ospfd/Makefile.am
@@ -4,6 +4,9 @@
DEFS = @DEFS@ $(LOCAL_OPTS) -DSYSCONFDIR=\"$(sysconfdir)/\"
INSTALL_SDATA=@INSTALL@ -m 600
+AM_CFLAGS = $(PICFLAGS)
+AM_LDFLAGS = $(PILDFLAGS)
+
lib_LTLIBRARIES = libospf.la
libospf_la_LDFLAGS = -version 0:0:0