CVSROOT: /cvs Module name: ports Changes by: st...@cvs.openbsd.org 2017/08/22 16:39:38
Modified files: net/wireshark : Makefile Added files: net/wireshark/patches: patch-CMakeLists_txt Log message: Patch CMakeLists to avoid using -pie in the build; it's now pushed back to the linker on LLVM arches (tools/clang/lib/Driver/Tools.cpp r1.13), and the combination of -pie -shared there was resulting in libwsutil.so being mis-linked causing build to fail later. Drop useless USE_GMAKE while there.