Commit cc72b14197c6427caf6af6cbad1950c79d941496

Authored by Perry Werneck
1 parent 8cb1c924
Exists in master

Ajustando dependência da libpw3270 no plugin para facilitar a detecção automática na criação do rpm.

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
src/plugin/Makefile.in
@@ -117,7 +117,7 @@ $(BINRLS)/$(LIBNAME): \ @@ -117,7 +117,7 @@ $(BINRLS)/$(LIBNAME): \
117 117
118 @echo $(basename $@) ... 118 @echo $(basename $@) ...
119 @$(MKDIR) `dirname $@` 119 @$(MKDIR) `dirname $@`
120 - @$(LD) -shared -Wl,-soname,$(LIBNAME) $(LDFLAGS) -o $@ $^ $(LIBS) 120 + @$(LD) -shared -Wl,-soname,$(LIBNAME) $(LDFLAGS) -o $@ $^ -lpw3270 $(LIBS)
121 121
122 #---[ Debug Targets ]-------------------------------------------------------------------- 122 #---[ Debug Targets ]--------------------------------------------------------------------
123 123
@@ -129,6 +129,6 @@ $(BINDBG)/$(LIBNAME): \ @@ -129,6 +129,6 @@ $(BINDBG)/$(LIBNAME): \
129 129
130 @echo $(basename $@) ... 130 @echo $(basename $@) ...
131 @$(MKDIR) `dirname $@` 131 @$(MKDIR) `dirname $@`
132 - @$(LD) -shared -Wl,-soname,$(LIBNAME) -L$(BINDBG) $(LDFLAGS) -o $@ $^ -lrx3270 $(LIBS) 132 + @$(LD) -shared -Wl,-soname,$(LIBNAME) -L$(BINDBG) $(LDFLAGS) -o $@ $^ -lrx3270 -lpw3270 $(LIBS)
133 133
134 134