Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 757282 | Differences between
and this patch

Collapse All | Expand All

(-)Firebird-4.0.0.2496-0/examples/extauth/Makefile (-1 / +2 lines)
Lines 37-42 Link Here
37
ifdef OUT
37
ifdef OUT
38
  OUT_BIN=$(OUT)/bin
38
  OUT_BIN=$(OUT)/bin
39
  OUT_PLUG=$(OUT)/plugins
39
  OUT_PLUG=$(OUT)/plugins
40
  LIB=$(OUT)/../../lib
40
else
41
else
41
  OUT_BIN=.
42
  OUT_BIN=.
42
  OUT_PLUG=.
43
  OUT_PLUG=.
Lines 61-67 Link Here
61
TCWRAP_objects=$(INTERMED)/TcWrapper.o
62
TCWRAP_objects=$(INTERMED)/TcWrapper.o
62
KEY_AUTH_objects=$(INTERMED)/ExtAuth.o
63
KEY_AUTH_objects=$(INTERMED)/ExtAuth.o
63
64
64
CXXFLAGS=-std=c++11 -pthread -I$(ROOT)/include -fPIC $(TOMCRYPT_COMPILE)
65
CXXFLAGS=-std=c++11 -pthread -I$(ROOT)/include -I$(ROOT)/src/include -fPIC $(TOMCRYPT_COMPILE)
65
LDFLAGS=-pthread -L$(LIB) -Wl,-rpath,'$$ORIGIN/../lib' $(TOMCRYPT_LINK)
66
LDFLAGS=-pthread -L$(LIB) -Wl,-rpath,'$$ORIGIN/../lib' $(TOMCRYPT_LINK)
66
67
67
LINK_LIBS=-lfbclient -ltomcrypt -ltommath
68
LINK_LIBS=-lfbclient -ltomcrypt -ltommath

Return to bug 757282