diff options
Diffstat (limited to 'package/fltk/Makefile')
-rw-r--r-- | package/fltk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/fltk/Makefile b/package/fltk/Makefile index a3251f5e1..e488912d5 100644 --- a/package/fltk/Makefile +++ b/package/fltk/Makefile @@ -28,7 +28,7 @@ $(eval $(call PKG_template,LIBFLTK,libfltk,$(PKG_VERSION)-${PKG_RELEASE},${PKG_D ifeq ($(ADK_COMPILE_LIBFLTK_WITH_UCLIBCXX),y) LIBRARIES:= -nodefaultlibs -luClibc++ -lm -lc -lgcc -ifeq ($(ADK_TOOLCHAIN_USE_SSP),y) +ifeq ($(ADK_TARGET_USE_SSP),y) LIBRARIES+= -lssp -lssp_nonshared endif endif |