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 | 2eb6fc2cfe742831b74bb3e60b5deb7c241596e8 (patch) | |
| tree | e30e31886832e1e8fa21c1f7decb75efd61f2f41 | |
| parent | 300cfcff2de73d55b70fc3da4a38e33eaab4c5de (diff) | |
| download | bind-2eb6fc2cfe742831b74bb3e60b5deb7c241596e8.tar.gz bind-2eb6fc2cfe742831b74bb3e60b5deb7c241596e8.tar.xz bind-2eb6fc2cfe742831b74bb3e60b5deb7c241596e8.zip | |
- added forgotten patchbind-9_5_0-27_b2_fc9
| -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: |
