commit | f5b9bc2a06cc165ed4feef89c407481f4df8a71a | [log] [tgz] |
---|---|---|
author | Nicolas Iooss <nicolas.iooss@m4x.org> | Mon Nov 14 22:28:15 2016 +0100 |
committer | Stephen Smalley <sds@tycho.nsa.gov> | Tue Nov 15 11:04:00 2016 -0500 |
tree | 881c80ab875dd681f0e12c11c3474802204924f8 | |
parent | 22e3ad6633f7a047f513e3822d71aeadebafb1fd [diff] |
libselinux,libsemanage: link Ruby wrapper with -lruby When linking with -Wl,-no-undefined in LDFLAGS (in order to find possible link-time errors), the Ruby wrapper module needs to be linked with the libruby.so which is used by $(RUBY). Introduce a new RUBYLIBS variable to find this library. Signed-off-by: Nicolas Iooss <nicolas.iooss@m4x.org>