Merge lp:~gaul/percona-data-recovery-tool-for-innodb/remove-librt into lp:percona-data-recovery-tool-for-innodb

Proposed by Andrew Gaul
Status: Needs review
Proposed branch: lp:~gaul/percona-data-recovery-tool-for-innodb/remove-librt
Merge into: lp:percona-data-recovery-tool-for-innodb
Diff against target: 10 lines (+1/-1)
1 file modified
Makefile (+1/-1)
To merge this branch: bzr merge lp:~gaul/percona-data-recovery-tool-for-innodb/remove-librt
Reviewer Review Type Date Requested Status
Percona developers Pending
Review via email: mp+123183@code.launchpad.net
To post a comment you must log in.

Unmerged revisions

74. By Andrew Gaul <email address hidden>

Remove unneeded librt

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'Makefile'
2--- Makefile 2012-09-05 10:09:17 +0000
3+++ Makefile 2012-09-06 21:51:18 +0000
4@@ -1,6 +1,6 @@
5 CFLAGS=-DHAVE_OFFSET64_T -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE=1 -D_LARGEFILE_SOURCE=1 -Wall -O3 -g
6 # Uncomment to build static binaries
7-#CFLAGS+=-static -lrt
8+CFLAGS+=-static
9
10 INCLUDES=-I include -I mysql-source/include -I mysql-source/innobase/include
11

Subscribers

People subscribed via source and target branches