[csw-maintainers] Help for newbie creating a new package

Maciej Bliziński maciej at opencsw.org
Wed Aug 3 10:53:43 CEST 2011


2011/8/3 Jesse Reynolds <jesse at opencsw.org>:
> EXTRA_CFLAGS = -xnorunpath

This was under the assumption that it's a C (not C++) code.  To enable
the same thing for C++ binaries, set:

EXTRA_CXXFLAGS = -norunpath

(I'm not sure if this is what the problem is, it's a guess that it's a
C++ binary.)

Maciej


More information about the maintainers mailing list