core: fix compilation on FreeBSD with autotools (issue #276)
This commit is contained in:
parent
9cdc75abd4
commit
c51aa7960c
@ -15,6 +15,13 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
|||||||
(file _ReleaseNotes.adoc_ in sources).
|
(file _ReleaseNotes.adoc_ in sources).
|
||||||
|
|
||||||
|
|
||||||
|
[[v1.8]]
|
||||||
|
== Version 1.8 (under dev)
|
||||||
|
|
||||||
|
Build::
|
||||||
|
|
||||||
|
* core: fix compilation on FreeBSD with autotools (issue #276)
|
||||||
|
|
||||||
[[v1.7]]
|
[[v1.7]]
|
||||||
== Version 1.7 (2017-01-15)
|
== Version 1.7 (2017-01-15)
|
||||||
|
|
||||||
|
@ -45,8 +45,7 @@ weechat_LDADD = ./../../core/lib_weechat_core.a \
|
|||||||
$(GCRYPT_LFLAGS) \
|
$(GCRYPT_LFLAGS) \
|
||||||
$(GNUTLS_LFLAGS) \
|
$(GNUTLS_LFLAGS) \
|
||||||
$(CURL_LFLAGS) \
|
$(CURL_LFLAGS) \
|
||||||
-lm \
|
-lm
|
||||||
-lresolv
|
|
||||||
|
|
||||||
weechat_SOURCES = main.c
|
weechat_SOURCES = main.c
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user