Refresh patches and fix strerror one. uClibc also defines __GLIBC__. Signed-off-by: Rosen Penev <rosenp@gmail.com>
15 lines
165 B
Diff
15 lines
165 B
Diff
--- a/configure
|
|
+++ b/configure
|
|
@@ -249,9 +249,9 @@ while [ $# -ge 1 ]; do
|
|
;;
|
|
|
|
*)
|
|
- showhelp
|
|
- exit 1
|
|
- ;;
|
|
+# showhelp
|
|
+# exit 1
|
|
+# ;;
|
|
esac
|
|
|
|
shift
|