2011/8/3 Jesse Reynolds <[email protected]>: > 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 _______________________________________________ maintainers mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/maintainers .:: This mailing list's archive is public. ::.
