diff options
author | marcus <marcus@FreeBSD.org> | 2012-12-29 13:29:56 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2012-12-29 13:29:56 +0800 |
commit | ff018871231c9201da51e607d3685cc2767fc605 (patch) | |
tree | c5052799e3a251478e35312c1ee926e14e4c6152 /net | |
parent | d4f039965cb75cc826575d1dd04eb839b89a74d6 (diff) | |
download | freebsd-ports-gnome-ff018871231c9201da51e607d3685cc2767fc605.tar.gz freebsd-ports-gnome-ff018871231c9201da51e607d3685cc2767fc605.tar.zst freebsd-ports-gnome-ff018871231c9201da51e607d3685cc2767fc605.zip |
Fix the build on 9.X when Lua is enabled.
Reported by: dhw
Diffstat (limited to 'net')
-rw-r--r-- | net/wireshark/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index bcc31507622f..b634d40f9cf2 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -176,6 +176,7 @@ MAN4+= wireshark-filter.4 post-patch: @${REINPLACE_CMD} -e 's|%%LUA_INCDIR%%|${LUA_INCDIR}|g ; \ + s|-Wl,--as-needed|| ; \ s|%%LUA_LIBDIR%%|${LUA_LIBDIR}|g' \ ${WRKSRC}/configure |