Commit f7f39ccc authored by Yegor Yefremov's avatar Yegor Yefremov Committed by Peter Korsgaard
Browse files

libsoc: bump to 0.6



Add --disable-debug to unset default DEBUG option.

Signed-off-by: default avatarYegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent 22bbca9b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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))