Advertisement
Guest User

Untitled

a guest
Aug 16th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.67 KB | None | 0 0
  1. D-Bus 1.4.6
  2. ==============
  3.  
  4. prefix: /usr
  5. exec_prefix: /
  6. libdir: /lib64
  7. libexecdir: /lib64/dbus-1
  8. bindir: /bin
  9. sysconfdir: /etc
  10. localstatedir: /var
  11. datadir: /usr/share
  12. source code location: .
  13. compiler: gcc
  14. cflags: -ffunction-sections -fdata-sections -O2 -g -D_FORTIFY_SOURCE=2 -fstack-protector -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wno-address -Wfloat-equal -Wdeclaration-after-statement -fno-common -Wno-unused -Wno-sign-compare -Wno-pointer-sign -fno-strict-aliasing
  15. cppflags:
  16. cxxflags: -O2 -g -D_FORTIFY_SOURCE=2 -fstack-protector
  17. 64-bit int: long
  18. 32-bit int: int
  19. 16-bit int: short
  20. Doxygen: /usr/bin/doxygen
  21. xmlto: /usr/bin/xmlto
  22. man2html: /usr/bin/man2html
  23.  
  24. Maintainer mode: no
  25. gcc coverage profiling:
  26. Building unit tests: no
  27. Building verbose mode: no
  28. Building assertions: no
  29. Building checks: yes
  30. Building SELinux support: no
  31. Building inotify support: yes
  32. Building dnotify support: no
  33. Building kqueue support: no
  34. Building X11 code: yes
  35. Building Doxygen docs: yes
  36. Building XML docs: yes
  37. Building cache support: yes
  38. Building launchd support: no
  39. Using XML parser:
  40. Init scripts style: redhat
  41. Abstract socket names: yes
  42. System bus socket: /var/run/dbus/system_bus_socket
  43. System bus address: unix:path=/var/run/dbus/system_bus_socket
  44. System bus PID file: /var/run/messagebus.pid
  45. Session bus address: unix:tmpdir=/tmp
  46. Console auth dir: /var/run/console/
  47. Console owner file: no
  48. Console owner file path:
  49. System bus user: dbus
  50. Session bus services dir: /usr/share/dbus-1/services
  51. 'make check' socket dir: /tmp
  52.  
  53.  
  54. + cd '/home/TForsman/conary/builds/dbus/dbus-1.4.6/'; CFLAGS="-O2 -g -D_FORTIFY_SOURCE=2 -fstack-protector" CXXFLAGS="-O2 -g -D_FORTIFY_SOURCE=2 -fstack-protector " CPPFLAGS="" CLASSPATH="" LDFLAGS="-g -O1 " CC=gcc CXX=g++ make -j2
  55. make all-recursive
  56. make[1]: Entering directory `/home/TForsman/conary/builds/dbus/dbus-1.4.6'
  57. Making all in dbus
  58. make[2]: Entering directory `/home/TForsman/conary/builds/dbus/dbus-1.4.6/dbus'
  59. make all-am
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement