libsoc: bump to 0.6
authorYegor Yefremov <yegorslists@googlemail.com>
Sun, 2 Feb 2014 21:54:38 +0000 (22:54 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 2 Feb 2014 21:59:30 +0000 (22:59 +0100)
Add --disable-debug to unset default DEBUG option.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/libsoc/libsoc.mk

index 3e9ce9730c3c6a046c2c0f6477dea238724fb887..09aee35b81fc3a06ad74e786735753e569da2494 100644 (file)
@@ -4,11 +4,12 @@
 #
 ################################################################################
 
-LIBSOC_VERSION = 0.5
+LIBSOC_VERSION = 0.6
 LIBSOC_SITE = $(call github,jackmitch,libsoc,$(LIBSOC_VERSION))
 LIBSOC_LICENSE = LGPLv2.1
 LIBSOC_LICENSE_FILES = COPYING
 LIBSOC_AUTORECONF = YES
 LIBSOC_INSTALL_STAGING = YES
+LIBSOC_CONF_OPT = --disable-debug
 
 $(eval $(autotools-package))