Browse Source

toolbox: unbreak package

Waldemar Brodkorb 1 month ago
parent
commit
fb69362106
2 changed files with 1 additions and 3 deletions
  1. 0 2
      package/toolbox/Makefile
  2. 1 1
      package/toolbox/src/common.mk

+ 0 - 2
package/toolbox/Makefile

@@ -9,8 +9,6 @@ PKG_RELEASE:=		1
 PKG_DESCR:=		openadk toolbox for very small systems
 PKG_SECTION:=		base/apps
 
-PKG_DEPENDS_TOOLBOX:=	depends on ADK_BROKEN
-
 NO_DISTFILES:=		1
 
 include ${ADK_TOPDIR}/mk/package.mk

+ 1 - 1
package/toolbox/src/common.mk

@@ -4,7 +4,7 @@ CPPFLAGS+=	-I.
 #CPPFLAGS+=	-D_FILE_OFFSET_BITS=64
 CPPFLAGS+=	-isystem ../lib
 CPPFLAGS+=	-D'__COPYRIGHT(x)=' -D'__RCSID(x)='
-CPPFLAGS+=	-D'__unused=__attribute__((__unused__))'
+#CPPFLAGS+=	-D'__unused=__attribute__((__unused__))'
 CPPFLAGS+=	-D'__dead=__attribute__((__noreturn__))'
 CLEANFILES+=	${OBJS} ${PROG}