[ovs-dev] [PATCH] Makefile.am: Remove -export-dynamic.

Ben Pfaff blp at nicira.com
Mon May 14 20:53:37 UTC 2012


This got added as part of the "initial import" commit from March 2008.  I
don't see any value in it.

Signed-off-by: Ben Pfaff <blp at nicira.com>
---
 Makefile.am |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 91adf05..c0c100e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -20,8 +20,6 @@ AM_CFLAGS += $(WARNING_FLAGS)
 if NDEBUG
 AM_CPPFLAGS += -DNDEBUG
 AM_CFLAGS += -fomit-frame-pointer
-else
-AM_LDFLAGS = -export-dynamic
 endif
 
 ALL_LOCAL =
-- 
1.7.2.5




More information about the dev mailing list