diff options
Diffstat (limited to 'net-misc/bird/files/1.1.2-nostrip.patch')
-rw-r--r-- | net-misc/bird/files/1.1.2-nostrip.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/net-misc/bird/files/1.1.2-nostrip.patch b/net-misc/bird/files/1.1.2-nostrip.patch new file mode 100644 index 000000000000..e37a84d78868 --- /dev/null +++ b/net-misc/bird/files/1.1.2-nostrip.patch @@ -0,0 +1,15 @@ +diff -uNr bird-1.1.2.ORIG/tools/Makefile.in bird-1.1.2/tools/Makefile.in +--- bird-1.1.2.ORIG/tools/Makefile.in 2009-08-24 13:13:24.000000000 +0100 ++++ bird-1.1.2/tools/Makefile.in 2009-08-24 13:13:39.000000000 +0100 +@@ -56,9 +56,9 @@ + + install: all + $(INSTALL) -d $(DESTDIR)/$(sbindir) $(DESTDIR)/$(sysconfdir) $(DESTDIR)/$(localstatedir) +- $(INSTALL_PROGRAM) -s $(exedir)/bird $(DESTDIR)/$(sbindir)/bird@SUFFIX6@ ++ $(INSTALL_PROGRAM) $(exedir)/bird $(DESTDIR)/$(sbindir)/bird@SUFFIX6@ + if test -n "@CLIENT@" ; then \ +- $(INSTALL_PROGRAM) -s $(exedir)/birdc $(DESTDIR)/$(sbindir)/birdc@SUFFIX6@ ; \ ++ $(INSTALL_PROGRAM) $(exedir)/birdc $(DESTDIR)/$(sbindir)/birdc@SUFFIX6@ ; \ + fi + if ! test -f $(DESTDIR)/$(sysconfdir)/bird@SUFFIX6@.conf ; then \ + $(INSTALL_DATA) $(srcdir)/doc/bird.conf.example $(DESTDIR)/$(sysconfdir)/bird@SUFFIX6@.conf ; \ |