diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2011-02-09 17:00:16 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2011-02-09 17:00:16 +0000 |
commit | 1cd2ed068468318929e6854fa04a0aa0806895b7 (patch) | |
tree | 12fa984f3b6e6e552998f7cecbf44a7e66f674e7 /Make.include | |
parent | 356402100ce460eee74907f9f913a89897853572 (diff) |
explicitely link against libc
svn path=/trunk/externals/iemlib/; revision=14886
Diffstat (limited to 'Make.include')
-rw-r--r-- | Make.include | 2 |
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: |