Skip to content

Commit

Permalink
Revert "(fix) remove un-needed library link"
Browse files Browse the repository at this point in the history
This reverts commit 834f8c7.
  • Loading branch information
extrafu committed Sep 22, 2018
1 parent 3176285 commit 7440b66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sope-gdl1/Oracle8/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ PPC_LDFLAGS=
endif

ifneq ($(frameworks),yes)
common_LIBS = -L/usr/lib/oracle/$(ORACLE_VERSION)/client64/lib/ -L/usr/lib/oracle/$(ORACLE_VERSION)/client/lib/ -locci -lociei -lclntsh -L../GDLAccess/obj -lGDLAccess -L../../sope-core/EOControl/obj -lEOControl $(PPC_LDFLAGS)
common_LIBS = -L/usr/lib/oracle/$(ORACLE_VERSION)/client64/lib/ -L/usr/lib/oracle/$(ORACLE_VERSION)/client/lib/ -locci -lociei -lclntsh -lnnz11 -L../GDLAccess/obj -lGDLAccess -L../../sope-core/EOControl/obj -lEOControl $(PPC_LDFLAGS)
else
common_LIBS = -L/usr/lib/oracle/$(ORACLE_VERSION)/client64/lib/ -L/usr/lib/oracle/$(ORACLE_VERSION)/client/lib/ -locci -lociei -lclntsh -framework GDLAccess -framework EOControl $(PPC_LDFLAGS)
common_LIBS = -L/usr/lib/oracle/$(ORACLE_VERSION)/client64/lib/ -L/usr/lib/oracle/$(ORACLE_VERSION)/client/lib/ -locci -lociei -lclntsh -lnnz11 -framework GDLAccess -framework EOControl $(PPC_LDFLAGS)
endif
Oracle8_BUNDLE_LIBS += $(common_LIBS)
otest_TOOL_LIBS += $(common_LIBS)
Expand Down

0 comments on commit 7440b66

Please sign in to comment.