Univention Bugzilla – Attachment 4125 Details for
Bug 25958
Listener Performance in großen Umgebungen
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
D_FORTIFY_SRC
fortify.patch (text/plain), 1.41 KB, created by
Moritz Muehlenhoff
on 2012-01-30 16:23:00 CET
(
hide
)
Description:
D_FORTIFY_SRC
Filename:
MIME Type:
Creator:
Moritz Muehlenhoff
Created:
2012-01-30 16:23:00 CET
Size:
1.41 KB
patch
obsolete
>--- univention-directory-listener.orig/src/Makefile 2011-12-23 01:42:45.000000000 +0100 >+++ univention-directory-listener/src/Makefile 2011-12-23 01:32:46.000000000 +0100 >@@ -34,7 +34,9 @@ > DB_CFLAGS=-I/usr/include/db3 -DWITH_DB3 > DB_OBJS=cache.o cache_entry.o cache_lowlevel.o base64.o > >-CFLAGS=-g -Wall -D_FILE_OFFSET_BITS=64 $(DB_CFLAGS) -O2 -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 >+CPPFLAGS=-D_FORTIFY_SOURCE=2 >+ >+CFLAGS=-g -Wall -D_FILE_OFFSET_BITS=64 $(DB_CFLAGS) -O2 -fstack-protector --param=ssp-buffer-size=4 > LDADD=-g -luniventiondebug > LISTENER_LDADD=$(LDADD) -luniventionpolicy -lldap -lpython2.6 $(DB_LDADD) > LISTENER_OBJS=main.o notifier.o transfile.o handlers.o cache.o cache_entry.o cache_lowlevel.o change.o network.o filter.o signals.o base64.o select_server.o >@@ -49,16 +51,16 @@ > all: listener dump verify > > listener: $(LISTENER_OBJS) >- $(CC) -o listener $(LISTENER_OBJS) $(LISTENER_LDADD) >+ $(CC) -o listener $(CPPFLAGS) $(LISTENER_OBJS) $(LISTENER_LDADD) > > dump: $(DUMP_OBJS) >- $(CC) -o dump $(DUMP_OBJS) $(DUMP_LDADD) >+ $(CC) -o dump $(CPPFLAGS) $(DUMP_OBJS) $(DUMP_LDADD) > > demo: $(DEMO_OBJS) >- $(CC) -o demo $(DEMO_OBJS) $(DEMO_LDADD) >+ $(CC) -o demo $(CPPFLAGS) $(DEMO_OBJS) $(DEMO_LDADD) > > verify: $(VERIFY_OBJS) >- $(CC) -o verify $(VERIFY_OBJS) $(VERIFY_LDADD) >+ $(CC) -o verify $(CPPFLAGS) $(VERIFY_OBJS) $(VERIFY_LDADD) > > clean: > rm -f *.o listener dump demo verify *.db3 *.db42
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 25958
:
4122
|
4123
|
4124
| 4125 |
4126