diff options
| author | Adam Tkac <atkac@fedoraproject.org> | 2008-05-22 13:49:34 +0000 |
|---|---|---|
| committer | Adam Tkac <atkac@fedoraproject.org> | 2008-05-22 13:49:34 +0000 |
| commit | 582a8191b4f0077ce207bf340312069598a10204 (patch) | |
| tree | 9bcffdd538276d50732d251e9ec8b048fd0c0fc5 /bind-nonexec.patch | |
| parent | e384734d67055add5e3bd7be55e06ac0610a1a10 (diff) | |
| download | bind-582a8191b4f0077ce207bf340312069598a10204.tar.gz bind-582a8191b4f0077ce207bf340312069598a10204.tar.xz bind-582a8191b4f0077ce207bf340312069598a10204.zip | |
- install libbind9 correctly (and strip it)bind-9_5_0-34_rc1_fc10
Diffstat (limited to 'bind-nonexec.patch')
| -rw-r--r-- | bind-nonexec.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/bind-nonexec.patch b/bind-nonexec.patch index a502f87..6501ef1 100644 --- a/bind-nonexec.patch +++ b/bind-nonexec.patch @@ -64,3 +64,15 @@ clean distclean:: rm -f liblwres.@A@ liblwres.la timestamp +diff -up bind-9.5.0rc1/lib/bind9/Makefile.in.nonexec bind-9.5.0rc1/lib/bind9/Makefile.in +--- bind-9.5.0rc1/lib/bind9/Makefile.in.nonexec 2008-05-22 15:40:03.000000000 +0200 ++++ bind-9.5.0rc1/lib/bind9/Makefile.in 2008-05-22 15:41:22.000000000 +0200 +@@ -78,7 +78,7 @@ installdirs: + $(SHELL) ${top_srcdir}/mkinstalldirs ${DESTDIR}${libdir} + + install:: timestamp installdirs +- ${LIBTOOL_MODE_INSTALL} ${INSTALL_DATA} libbind9.@A@ ${DESTDIR}${libdir} ++ ${LIBTOOL_MODE_INSTALL} ${INSTALL_PROGRAM} libbind9.@A@ ${DESTDIR}${libdir} + + clean distclean:: + rm -f libbind9.@A@ timestamp |
