diff Makefile.linux @ 125:ece31f26017e

Fix versions, description, classifiers
author Chris Cannam
date Wed, 24 Jun 2015 14:34:48 +0100
parents 9343eee50605
children f87e711308e4
line wrap: on
line diff
--- a/Makefile.linux	Wed Jun 24 14:11:19 2015 +0100
+++ b/Makefile.linux	Wed Jun 24 14:34:48 2015 +0100
@@ -14,8 +14,7 @@
 
 CXXFLAGS 		:= $(CFLAGS)
 
-LDFLAGS 		:= -shared -Wl,-Bstatic -lvamp-hostsdk -Wl,-Bdynamic \
-			   -Wl,-z,defs -l$(PY_LIB) -ldl
+LDFLAGS 		:= -shared -Wl,-z,defs -l$(PY_LIB) -ldl
 
 NOSE			:= $(PY_TEST)