summaryrefslogtreecommitdiffstats
path: root/patches/bing_src-1.1.3
diff options
context:
space:
mode:
authorWolfram Sang <w.sang@pengutronix.de>2008-11-24 21:56:17 +0000
committerWolfram Sang <w.sang@pengutronix.de>2008-11-24 21:56:17 +0000
commit1c544c301a342c60082b61df47240a844248bb50 (patch)
tree6173dd8695711b8d9bbed38716f9dee70cdc8fa4 /patches/bing_src-1.1.3
parentb85cab7e2801ff4513c61b3ca934d6baaf4aa54c (diff)
downloadptxdist-1c544c301a342c60082b61df47240a844248bb50.tar.gz
ptxdist-1c544c301a342c60082b61df47240a844248bb50.tar.xz
* bing: bump to 1.1.3
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9162 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'patches/bing_src-1.1.3')
-rw-r--r--patches/bing_src-1.1.3/generic/adapt_makefile_for_linux.diff53
-rw-r--r--patches/bing_src-1.1.3/generic/series1
2 files changed, 54 insertions, 0 deletions
diff --git a/patches/bing_src-1.1.3/generic/adapt_makefile_for_linux.diff b/patches/bing_src-1.1.3/generic/adapt_makefile_for_linux.diff
new file mode 100644
index 000000000..87d980747
--- /dev/null
+++ b/patches/bing_src-1.1.3/generic/adapt_makefile_for_linux.diff
@@ -0,0 +1,53 @@
+Adapt makefile for Linux
+
+Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
+---
+# 20081124: wsa: there is no upstream anymore :(
+
+ Makefile | 12 +++++-----
+ 1 file changed, 6 insertions(+), 6 deletions(-)
+
+Index: platform-phyCORE-MPC5200B-IO/build-target/bing_src-1.1.3/Makefile
+===================================================================
+--- Makefile.orig
++++ Makefile
+@@ -9,9 +9,9 @@
+ #
+ ##########
+
+-BINDIR=/usr/local/bin
+-MANDIR=/usr/local/man
+-
++PREFIX ?= /usr/local
++BINDIR = $(PREFIX)/bin
++MANDIR = $(PREFIX)/man
+
+ ##########
+ #
+@@ -21,7 +21,7 @@
+
+ # Uncomment if you need the 4.4 BSD compatibility includes.
+ # -> required on Linux (and Win32)
+-#COMPAT_INCS = -Iinclude
++COMPAT_INCS = -Iinclude
+
+ # Maybe specify some specific compatibility options
+ # -> on AIX activate the BSD mode
+@@ -37,7 +37,7 @@
+
+ # Define to use srandom/random rather than srand/rand
+ # -> required on SunOS 4.1.3, SunOS 5, AIX 2 (BOSX 2 really), OSF1 V2.0
+-NO_SNPRINTF = -DNO_SNPRINTF=1
++#NO_SNPRINTF = -DNO_SNPRINTF=1
+
+ # Define if you lack strerror()
+ #NO_STRERROR = -DNO_STRERROR=1
+@@ -47,7 +47,7 @@
+ # -> if you want to debug bing define
+ #COPTIM = -g
+ # -> on Linux, SunOS 4 and OSF1 V2.0 you may specify
+-#COPTIM = -O2
++COPTIM = -O2
+ # -> on Solaris you may use
+ #COPTIM = -O
+ # on some hosts like AIX, HP-UX the optimisation options are already set
diff --git a/patches/bing_src-1.1.3/generic/series b/patches/bing_src-1.1.3/generic/series
new file mode 100644
index 000000000..4a3ef950c
--- /dev/null
+++ b/patches/bing_src-1.1.3/generic/series
@@ -0,0 +1 @@
+adapt_makefile_for_linux.diff -p0