Skip to content

Commit

Permalink
Merge pull request #37 from ZOSOpenTools/fix_link_error
Browse files Browse the repository at this point in the history
Fix linker error with __fopen_ascii by adding LIBS
  • Loading branch information
IgorTodorovskiIBM authored Jan 26, 2023
2 parents af1c260 + 1f8e7a8 commit 30a3535
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions patches/Makefile.in.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
diff --git a/Makefile.in b/Makefile.in
index 0b4df73..7fb3ecc 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -145,7 +145,7 @@ LOCALE_DEFS = -DLOCALEDIR='"$(localedir)"' -DPACKAGE='"$(PACKAGE)"'

LOCAL_LIBS = @LOCAL_LIBS@
LIBS = $(BUILTINS_LIB) $(LIBRARIES) @LIBS@
-LIBS_FOR_BUILD =
+LIBS_FOR_BUILD = @LIBS@

STATIC_LD = @STATIC_LD@
LOCAL_LDFLAGS = @LOCAL_LDFLAGS@

0 comments on commit 30a3535

Please sign in to comment.