diff options
author | 2009-07-07 01:15:13 +0000 | |
---|---|---|
committer | 2009-07-07 01:15:13 +0000 | |
commit | e6418f4b51907be7f9a4a06a45f4a60a8f3ab094 (patch) | |
tree | ffe2c6fb2835ebcf628398a621f27b4f5c6deb19 /net-nds/ypbind/files | |
parent | Stable for HPPA too. (diff) | |
download | historical-e6418f4b51907be7f9a4a06a45f4a60a8f3ab094.tar.gz historical-e6418f4b51907be7f9a4a06a45f4a60a8f3ab094.tar.bz2 historical-e6418f4b51907be7f9a4a06a45f4a60a8f3ab094.zip |
Do not strip. Use emake instead of make.
Package-Manager: portage-2.2_rc33/cvs/Linux i686
Diffstat (limited to 'net-nds/ypbind/files')
-rw-r--r-- | net-nds/ypbind/files/ypbind-1.19.1-strip.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-nds/ypbind/files/ypbind-1.19.1-strip.patch b/net-nds/ypbind/files/ypbind-1.19.1-strip.patch new file mode 100644 index 000000000000..3acae486f68a --- /dev/null +++ b/net-nds/ypbind/files/ypbind-1.19.1-strip.patch @@ -0,0 +1,11 @@ +--- ypbind-mt-1.19.1/src/Makefile.in.orig 2005-07-03 18:52:34.000000000 +0200 ++++ ypbind-mt-1.19.1/src/Makefile.in 2009-07-07 03:09:18.000000000 +0200 +@@ -106,7 +106,7 @@ + EXEEXT = @EXEEXT@ + GMSGFMT = @GMSGFMT@ + INSTALL_DATA = @INSTALL_DATA@ +-INSTALL_PROGRAM = @INSTALL_PROGRAM@ -s -m 555 ++INSTALL_PROGRAM = @INSTALL_PROGRAM@ -m 555 + INSTALL_SCRIPT = @INSTALL_SCRIPT@ + INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ + INTLLIBS = @INTLLIBS@ |