diff options
author | Koen Kooi <koen@openembedded.org> | 2009-02-15 08:54:47 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-02-15 08:54:47 +0100 |
commit | 1f35cfe7b1a8f202b01e6995b0dc803c7965feeb (patch) | |
tree | ecce9e0ec9a652097137007fafdf805765b8b146 /packages/libssh/files/libssh_libdir_fix.patch | |
parent | d54a908d3f306ea41429fb2ceb39d9e52705f141 (diff) | |
parent | fef3375fcfc10d047f7b54416ee19062f78ae07b (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'packages/libssh/files/libssh_libdir_fix.patch')
-rw-r--r-- | packages/libssh/files/libssh_libdir_fix.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/libssh/files/libssh_libdir_fix.patch b/packages/libssh/files/libssh_libdir_fix.patch new file mode 100644 index 0000000000..a9fcce79e3 --- /dev/null +++ b/packages/libssh/files/libssh_libdir_fix.patch @@ -0,0 +1,13 @@ +diff -NurpP --minimal libssh-0.2/libssh/Makefile.in libssh-0.2-libdir/libssh/Makefile.in +--- libssh-0.2/libssh/Makefile.in 2006-12-29 23:03:59.000000000 +0800 ++++ libssh-0.2-libdir/libssh/Makefile.in 2008-10-13 10:04:13.000000000 +0800 +@@ -15,7 +15,7 @@ exec_prefix = @exec_prefix@ + bindir = $(exec_prefix)/bin + incldir= $(prefix)/include + infodir = $(prefix)/info +-libdir = $(prefix)/lib/ ++libdir = $(prefix)/lib + mandir = $(prefix)/man/man1 + + CC = @CC@ + |