Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 71b05a7

Browse files
committed
set --no-as-needed for ecpg tests
1 parent e2555f9 commit 71b05a7

File tree

1 file changed

+2
-0
lines changed
  • src/interfaces/ecpg/test/connect

1 file changed

+2
-0
lines changed

src/interfaces/ecpg/test/connect/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ top_builddir = ../../../../..
33
include $(top_builddir)/src/Makefile.global
44
include $(top_srcdir)/$(subdir)/../Makefile.regress
55

6+
override LDFLAGS := $(LDFLAGS) -Wl,--no-as-needed
7+
68
TESTS = test1 test1.c \
79
test2 test2.c \
810
test3 test3.c \

0 commit comments

Comments
 (0)