mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-28 06:13:31 +01:00
Merge remote-tracking branch 'public/bug11296'
This commit is contained in:
commit
0b43c499b2
3
changes/bug11296
Normal file
3
changes/bug11296
Normal file
@ -0,0 +1,3 @@
|
||||
o Minor bugfixes:
|
||||
- Allow tor-fw-helper to build again by adding src/ext to its
|
||||
CPPFLAGS. Fixes bug 11296; bugfix on 0.2.5.4-alpha.
|
@ -33,4 +33,4 @@ endif
|
||||
|
||||
src_tools_tor_fw_helper_tor_fw_helper_LDFLAGS = $(nat_pmp_ldflags) $(miniupnpc_ldflags)
|
||||
src_tools_tor_fw_helper_tor_fw_helper_LDADD = src/common/libor.a $(nat_pmp_ldadd) $(miniupnpc_ldadd) -lm @TOR_LIB_WS32@
|
||||
src_tools_tor_fw_helper_tor_fw_helper_CPPFLAGS = $(nat_pmp_cppflags) $(miniupnpc_cppflags)
|
||||
src_tools_tor_fw_helper_tor_fw_helper_CPPFLAGS = $(nat_pmp_cppflags) $(miniupnpc_cppflags) -I"$(top_srcdir)/src/ext"
|
||||
|
Loading…
Reference in New Issue
Block a user