summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/libedit/files/libedit-add-soname.diff
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-devtools/libedit/files/libedit-add-soname.diff')
-rw-r--r--meta-oe/recipes-devtools/libedit/files/libedit-add-soname.diff12
1 files changed, 0 insertions, 12 deletions
diff --git a/meta-oe/recipes-devtools/libedit/files/libedit-add-soname.diff b/meta-oe/recipes-devtools/libedit/files/libedit-add-soname.diff
deleted file mode 100644
index 6b0434cf2d..0000000000
--- a/meta-oe/recipes-devtools/libedit/files/libedit-add-soname.diff
+++ /dev/null
@@ -1,12 +0,0 @@
1Add sonmae option in compiler switches. This patch is from openembedded 4e75705872fd9f289bbf4c74a912ca4710f50b93
2
3Upstream-Status: Inappropriate [not author]
4
5--- Makefile.orig 2005-04-20 18:12:45.000000000 +0200
6+++ Makefile 2005-04-20 18:14:37.000000000 +0200
7@@ -101,4 +101,4 @@
8 libedit.a: ${OOBJS}
9 ar -r $@ .a/*
10 libedit.so: ${OOBJS}
11- ${CC} --shared -o $@ .so/* ${LIBS}
12+ ${CC} --shared -Wl,-soname=libedit.so.0 -o $@ .so/* ${LIBS}