summaryrefslogtreecommitdiff
path: root/package/ucl
diff options
context:
space:
mode:
Diffstat (limited to 'package/ucl')
-rw-r--r--package/ucl/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/ucl/Makefile b/package/ucl/Makefile
index d666e2e9c..d7fed5e4d 100644
--- a/package/ucl/Makefile
+++ b/package/ucl/Makefile
@@ -20,6 +20,8 @@ include $(ADK_TOPDIR)/mk/package.mk
$(eval $(call PKG_template,LIBUCL,libucl,$(PKG_VERSION)-$(PKG_RELEASE),$(PKG_DEPENDS),$(PKG_DESCR),$(PKG_SECTION),$(PKG_OPTS)))
+TARGET_CFLAGS+= -std=gnu90
+
libucl-install:
$(INSTALL_DIR) $(IDIR_LIBUCL)/usr/lib
$(CP) $(WRKINST)/usr/lib/libucl*.so* \