jdk/make/sun/jdbc/Makefile
changeset 8796 604a43386301
parent 8583 15dea0fdc2ea
child 9035 1255eb81cc2f
equal deleted inserted replaced
8795:d235a77ef918 8796:604a43386301
    59   #
    59   #
    60   # If you wanted to use the real odbc libraries, change the value of
    60   # If you wanted to use the real odbc libraries, change the value of
    61   #    ODBC_LIBRARY_LOCATION, and delete the variable assignments below.
    61   #    ODBC_LIBRARY_LOCATION, and delete the variable assignments below.
    62   #
    62   #
    63   # Tell linker to ignore missing externals when building this shared library.
    63   # Tell linker to ignore missing externals when building this shared library.
    64   LDFLAGS_DEFS_OPTION = -z nodefs
    64   LDFLAGS_DEFS_OPTION = -Xlinker -z -Xlinker nodefs
    65   # Define a place to create the fake libraries and their names.
    65   # Define a place to create the fake libraries and their names.
    66   ODBC_LIBRARY_LOCATION = $(TEMPDIR)
    66   ODBC_LIBRARY_LOCATION = $(TEMPDIR)
    67   ODBC_FAKE_LIBRARIES = $(ODBC_LIBRARY_LOCATION)/libodbcinst.so $(ODBC_LIBRARY_LOCATION)/libodbc.so
    67   ODBC_FAKE_LIBRARIES = $(ODBC_LIBRARY_LOCATION)/libodbcinst.so $(ODBC_LIBRARY_LOCATION)/libodbc.so
    68   # Make sure they get created early.
    68   # Make sure they get created early.
    69   INIT += $(ODBC_FAKE_LIBRARIES)
    69   INIT += $(ODBC_FAKE_LIBRARIES)