CVSROOT: /cvs Module name: ports Changes by: [email protected] 2017/05/25 10:31:41
Modified files:
sysutils/apcupsd: Makefile
Added files:
sysutils/apcupsd/patches: patch-configure
Log message:
upstream try to avoid dynamic-linking to produce a binary that works more easily
across linux distributions; that's not really useful for us, and the way they
did it (link with cc -lsupc++) doesn't work so well with clang. just switch to
normal linking with c++. ok espie@ kirby@
