8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 14:03:07 +01:00

Patch from LO

This commit is contained in:
alexpeshkoff 2013-07-22 07:36:20 +00:00
parent de3f4b84b2
commit b1ec77c44d
2 changed files with 3 additions and 3 deletions

View File

@ -53,10 +53,10 @@ PATH := ./:$(BIN):$(PATH)
export PATH
ifeq ($(PLATFORM),DARWIN)
DYLD_LIBRARY_PATH := $(GEN_ROOT)/firebird/lib
DYLD_LIBRARY_PATH := $(DYLD_LIBRARY_PATH):$(GEN_ROOT)/firebird/lib
export DYLD_LIBRARY_PATH
else
LD_LIBRARY_PATH := $(GEN_ROOT)/firebird/lib
LD_LIBRARY_PATH := $(LD_LIBRARY_PATH):$(GEN_ROOT)/firebird/lib
export LD_LIBRARY_PATH
endif
GPRE_FLAGS= -r -m -z -n

View File

@ -44,7 +44,7 @@ ISC_PASSWORD= masterkey
TEST_PATH = @FIREBIRD_BUILD_DIR@
# Firebird libs path set at link time (-R) so do not override local requirements - nmcc 28/12/2002
#LD_LIBRARY_PATH=$(RealFirebirdPath)/lib
LD_LIBRARY_PATH=$(LIB)
LD_LIBRARY_PATH:=$(LD_LIBRARY_PATH):$(LIB)
#export ISC_USER
#export ISC_PASSWORD