Skip to content

Commit cdc0965

Browse files
committed
libiio was missing sscanf, and some other modules
See also #52 (comment)
1 parent 6a12299 commit cdc0965

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

buildrules

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,10 +178,12 @@ LIBCOBJS := $(ARGPOBJS) $(CRYPTOBJS) $(DIRENTOBJS) $(GMPOBJS) $(LOGINOBJS) $(MIN
178178
$(STDIOOBJS) $(STDLIBOBJS) $(STRINGOBJS) $(SYSCALLOBJS) $(SYSVIPCOBJS) \
179179
$(TERMIOSOBJS) $(TIMEOBJS) $(TZOBJS) $(UNIXOBJS) $(SUNRPCOBJS) $(SOCKETOBJS)
180180

181-
# All modules that reference vfprintf or vfscanf should be listed here.
181+
# All modules that reference vfprintf or vfscanf should be listed here,
182+
# as well as all modules that reference modules in this list
182183
LIBIIO_ADDOBJS = err.o error.o doprnt.o dprintf.o fscanf.o scanf.o vscanf.o \
183184
vsscanf.o obstream.o printf.o vasprintf.o vdprintf.o vprintf.o vsnprintf.o \
184-
vsprintf.o
185+
vsprintf.o sscanf.o fprintf.o fwprintf.o snprintf.o sprintf.o swprintf.o \
186+
vfwprintf.o vswprintf.o vwprintf.o wprintf.o
185187

186188
DEP_FILES := $(addprefix $(top_srcdir)/.deps/,$(patsubst %.o,%.P,$(OBJS)))
187189

0 commit comments

Comments
 (0)