diff options
| author | Adam Tkac <atkac@fedoraproject.org> | 2008-02-19 10:26:02 +0000 |
|---|---|---|
| committer | Adam Tkac <atkac@fedoraproject.org> | 2008-02-19 10:26:02 +0000 |
| commit | d3ccb714333f02901dc7f686d411224814b47d12 (patch) | |
| tree | 8d31790f6413ffd3074b5463af74b6fc7e7740a5 | |
| parent | 03c8974d127fe4546b7dfcd03f10e2f95b46ee14 (diff) | |
- added forgotten patch
| -rw-r--r-- | bind-9.5-mudflap.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/bind-9.5-mudflap.patch b/bind-9.5-mudflap.patch new file mode 100644 index 0000000..b2cbffd --- /dev/null +++ b/bind-9.5-mudflap.patch @@ -0,0 +1,16 @@ +Index: make/rules.in +=================================================================== +RCS file: /proj/cvs/prod/bind9/make/rules.in,v +retrieving revision 1.62 +diff -u -r1.62 rules.in +--- make/rules.in 18 Jun 2007 23:47:57 -0000 1.62 ++++ make/rules.in 18 Feb 2008 14:46:16 -0000 +@@ -104,7 +104,7 @@ + BUILD_CC = @BUILD_CC@ + BUILD_CFLAGS = @BUILD_CFLAGS@ + BUILD_CPPFLAGS = @BUILD_CPPFLAGS@ +-BUILD_LDFAGS = @BUILD_LDFAGS@ ++BUILD_LDFLAGS = @BUILD_LDFLAGS@ + BUILD_LIBS = @BUILD_LIBS@ + + .SUFFIXES: |
