aboutsummaryrefslogtreecommitdiff
path: root/Make.include
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2011-02-09 17:00:16 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2011-02-09 17:00:16 +0000
commit1cd2ed068468318929e6854fa04a0aa0806895b7 (patch)
tree12fa984f3b6e6e552998f7cecbf44a7e66f674e7 /Make.include
parent356402100ce460eee74907f9f913a89897853572 (diff)
explicitely link against libc
svn path=/trunk/externals/iemlib/; revision=14886
Diffstat (limited to 'Make.include')
-rw-r--r--Make.include2
1 files changed, 1 insertions, 1 deletions
diff --git a/Make.include b/Make.include
index 622a6f1..1dbbd7e 100644
--- a/Make.include
+++ b/Make.include
@@ -9,7 +9,7 @@ EXT = pd_linux
STRIP = strip
PD_LDFLAGS = --export-dynamic -shared $(LD_FLAGS)
-PD_LIB = -lm $(LIB)
+PD_LIB = -lm -lc $(LIB)
#select either the DBG and OPT compiler flags below: