mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-31 06:35:03 +01:00
add rpath for test dynamic library; silence unused warnings for test
This commit is contained in:
parent
c4f3de31d6
commit
4499062f0d
@ -51,3 +51,9 @@ include $(POCO_BASE)/build/rules/exec
|
||||
ifdef POCO_UNBUNDLED
|
||||
SYSLIBS += -lz -lpcre
|
||||
endif
|
||||
|
||||
COMMONFLAGS += -Wno-unused-variable -Wno-unused-but-set-variable
|
||||
|
||||
ifeq ($(LINKMODE),SHARED)
|
||||
SHAREDOPT_LINK += -Wl,-rpath,$(BINPATH)
|
||||
endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user