From 00a5ccac29930dc3e9890b38eb691ce5d697c255 Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Thu, 23 May 2013 14:30:47 -0700 Subject: [PATCH] Fixed broken Linux build --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 531cf2a8..d1d4537e 100644 --- a/makefile +++ b/makefile @@ -387,7 +387,7 @@ ifeq ($(WIN32),) #*nix Environments (&& cygwin) ifneq (,$(call find_include,libvdeplug)) # Provide support for vde networking NETWORK_CCDEFS += -DUSE_VDE_NETWORK - NETWORK_LDFLAGS += -lvdeplug -R$(dir $(call find_lib,vdeplug)) -L$(dir $(call find_lib,vdeplug)) + NETWORK_LDFLAGS += -lvdeplug -Wl,-R$(dir $(call find_lib,vdeplug)) -L$(dir $(call find_lib,vdeplug)) $(info using libvdeplug: $(call find_lib,vdeplug) $(call find_include,libvdeplug)) endif endif