diff options
author | Denis Ovsienko <infrastation@yandex.ru> | 2011-09-07 17:40:38 +0400 |
---|---|---|
committer | Denis Ovsienko <infrastation@yandex.ru> | 2011-09-07 17:40:38 +0400 |
commit | 6caee4c9cdcf72e603b1ebd70f209ccdc75f0b95 (patch) | |
tree | 9255f2997f97984ba6539bd43e1fc29fafa5df00 | |
parent | c66caa83f96cd11c95c05b40da9ed8064e236005 (diff) |
ospfd: revert recent PIE change to fix amd64 build
This reverts commit 68575f4babf4d6fc302c366898a1047f13629214.
-rw-r--r-- | ospfd/Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ospfd/Makefile.am b/ospfd/Makefile.am index 390f2e3f..2e4d5c8e 100644 --- a/ospfd/Makefile.am +++ b/ospfd/Makefile.am @@ -4,9 +4,6 @@ INCLUDES = @INCLUDES@ -I.. -I$(top_srcdir) -I$(top_srcdir)/lib @SNMP_INCLUDES@ 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 |