From 82f7b659b6caf72a66380689fc84066d39abdaa6 Mon Sep 17 00:00:00 2001 From: Ivica Ico Bukvic <ico@vt.edu> Date: Wed, 24 Jul 2013 15:29:03 -0400 Subject: [PATCH] fixed build error on RPi --- externals/OSCx/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/externals/OSCx/configure b/externals/OSCx/configure index 251fbb867..8995c83c9 100755 --- a/externals/OSCx/configure +++ b/externals/OSCx/configure @@ -4426,7 +4426,7 @@ else LDFLAGS="-Wl,--export-dynamic -shared" INCLUDES="$INCLUDES" pd_suffix=pd_linux - LIBS="-L../../../pd/bin -lpd -lc -lm" + LIBS="-lc -lm" ;; sparc-sun-*) echo "YOU HAVE A SPARC STATION, not setting any flags, not supported yet" -- GitLab