Skip to content

Commit

Permalink
fixed linker flags for newer gcc versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sni committed Feb 22, 2013
1 parent ec43e5f commit 75786c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Expand Up @@ -87,7 +87,7 @@ if USEBSD
else
05_neb_LDADD=-ldl
endif
05_neb_LDFLAGS = --export-dynamic -rdynamic
05_neb_LDFLAGS = -Wl,--export-dynamic -rdynamic
07_epn_SOURCES = $(common_SOURCES) t/tap.h t/tap.c t/07-epn.c $(common_check_SOURCES)
# only used for performance tests
06_exec_SOURCES = $(common_SOURCES) t/06-execvp_vs_popen.c $(common_check_SOURCES)
Expand Down

0 comments on commit 75786c7

Please sign in to comment.