From 27b07469403af8bcbef9b24a42d4c44c5bffc846 Mon Sep 17 00:00:00 2001 From: Ting-Wei Lan Date: Fri, 4 May 2018 23:59:22 +0800 Subject: dlwrap: Add FBSD_1.0 version for FreeBSD This fixes dlwrap_real_dlsym on FreeBSD, but tests still fail because we currently don't have libglvnd. --- test/dlwrap.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test') diff --git a/test/dlwrap.c b/test/dlwrap.c index 25e17de..c0c24c2 100644 --- a/test/dlwrap.c +++ b/test/dlwrap.c @@ -242,7 +242,8 @@ dlwrap_real_dlsym(void *handle, const char *name) "GLIBC_2.3", "GLIBC_2.2.5", "GLIBC_2.2", - "GLIBC_2.0" + "GLIBC_2.0", + "FBSD_1.0" }; int num_versions = sizeof(version) / sizeof(version[0]); int i; -- cgit v1.2.1