FreeBSD Bugzilla – Attachment 218036 Details for
Bug 249412
devel/json-c: Avoid use of newlocale(3) that results in increasing memory usage
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
test program Makefile
Makefile (text/plain), 519 bytes, created by
Craig Leres
on 2020-09-17 23:40:39 UTC
(
hide
)
Description:
test program Makefile
Filename:
MIME Type:
Creator:
Craig Leres
Created:
2020-09-17 23:40:39 UTC
Size:
519 bytes
patch
obsolete
>INCLS = -I/usr/local/include >DEFS = > >CFLAGS = -g -Wall -Wmissing-prototypes -Wno-unused-const-variable -Werror $(CCOPT) $(DEFS) $(INCLS) > >ENVIRONMENT = LD_RUN_PATH="/usr/local/lib:/usr/lib" > >LDFLAGS = -Lbuild -L/usr/local/lib > >.c.o: > @rm -f $@ > $(CC) $(CFLAGS) -c $< -o $@ > >SRCS = jsontest.c >OBJS = $(SRCS:.c=.o) >LIBS = -ljson-c > >CLEANFILES = jsontest $(OBJS) > >jsontest: $(OBJS) > @rm -f $@ > $(ENVIRONMENT) $(CC) $(LDFLAGS) -o $@ $(OBJS) $(LIBS) > >jsontest.o: jsontest.c > >clean: force > rm -f $(CLEANFILES) > >force: /tmp
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 249412
:
218034
|
218035
| 218036