diff options
author | dequis <dx@dxzone.com.ar> | 2017-05-13 17:42:55 -0300 |
---|---|---|
committer | dequis <dx@dxzone.com.ar> | 2017-05-13 17:42:55 -0300 |
commit | 310de485e9597df35e94cd4020f8b23121cb3904 (patch) | |
tree | d901a8bdd2a8ad026c8768db727317711609d601 /facebook | |
parent | 11e7917eaabe1120e9a34be662c9fc408e7bbc33 (diff) | |
download | bitlbee-facebook-310de485e9597df35e94cd4020f8b23121cb3904.tar.gz bitlbee-facebook-310de485e9597df35e94cd4020f8b23121cb3904.tar.bz2 bitlbee-facebook-310de485e9597df35e94cd4020f8b23121cb3904.tar.xz |
Makefile.am: add -no-undefined for cygwin
Quoting https://cygwin.com/ml/cygwin/2013-07/msg00421.html
>despite popular misconception, this flag is harmless on non-PE targets
This also depends on changes on the bitlbee side to be able to link to
bitlbee itself, see bitlbee commit 54b2a367 (version string
3.5.1+20170513+develop+16-g54b2a367-git)
Diffstat (limited to 'facebook')
-rw-r--r-- | facebook/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/facebook/Makefile.am b/facebook/Makefile.am index 779abbe..08254e2 100644 --- a/facebook/Makefile.am +++ b/facebook/Makefile.am @@ -33,7 +33,7 @@ facebook_la_SOURCES = \ facebook-util.h # Build the library as a module -facebook_la_LDFLAGS += -module -avoid-version +facebook_la_LDFLAGS += -module -avoid-version -no-undefined EXTRA_DIST = \ marshaller.list |