Subversion Repositories

?revision_form?Rev ?revision_input??revision_submit??revision_endform?

Rev 33 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 33 Rev 34
Line 1... Line 1...
1
#!/bin/sh
1
#!/bin/sh
2
## 30_nonettle.dpatch by Magnus Holmgren <magnus@kibibyte.se>
2
## 30_nonettle.dpatch by Magnus Holmgren <holmgren@debian.org>
3
##
3
##
4
## DP: Link dynamically with libnettle-dev instead of the bundled version
4
## DP: Link dynamically with libnettle-dev instead of the bundled version
5
5
6
set -e
6
set -e
7
FILES=`find src -name nettle -prune -o -name Makefile.in -print`
7
FILES=`find src -name nettle -prune -o -name Makefile.in -print`