pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: signify: fix linking libs on Solaris after last change
Hello Paolo,
Paolo Vincenzo Olivo writes:
> [...]
> USE_TOOLS+= gmake
> -MAKEFLAGS+= ALL=src/usr.bin/signify/signify
> +MAKE_FLAGS+= ALL=src/usr.bin/signify/signify
> +MAKE_FLAGS+= LIBS=${LIBS:Q}
> +LIBS+= -lm
> [...]
Sorry for breaking that.
I thought LIBS.SunOS did the right thing about only adding needed `-l*'.
Manually readding existing `-l*' is not okay IMHO because it doesn't
scale well. Why LIBS get overwritten instead of appended? (I think
that's the real issue, obutils / signify should possibly permit to
append LIBS instead of getting them overwritten).
Home |
Main Index |
Thread Index |
Old Index