23 Oct
2013
23 Oct
'13
4:13 p.m.
On Oct 23, 2013, at 3:59 PM, Alan DeKok <aland@deployingradius.com> wrote:
However, when it gets to the build section, it errors out with the following.
What does the make file say? i.e. what are the contents of:
src/modules/rlm_ruby/all.mk
TARGETNAME := rlm_ruby ifneq "$(TARGETNAME)" "" TARGET := $(TARGETNAME).a endif SOURCES := $(TARGETNAME).c SRC_CFLAGS := TGT_LDLIBS := install: $(R)$(modconfdir)/ruby/example.rb $(R)$(modconfdir)/ruby: | $(R)$(modconfdir) @echo INSTALL $(patsubst $(R)$(raddbdir)%,raddb%,$@) @$(INSTALL) -d -m 750 $@ $(R)$(modconfdir)/ruby/example.rb: src/modules/rlm_ruby/example.rb | $(R)$(modconfdir)/ruby @$(ECHO) INSTALL $(notdir $<) @$(INSTALL) -m 755 $< $(R)$(modconfdir)/ruby