mirror of
https://github.com/openwrt/packages.git
synced 2025-02-07 09:19:51 +00:00
ed6781bef1
Refresh patches and fix strerror one. uClibc also defines __GLIBC__. Signed-off-by: Rosen Penev <rosenp@gmail.com>
16 lines
165 B
Diff
16 lines
165 B
Diff
--- a/configure
|
|
+++ b/configure
|
|
@@ -249,9 +249,9 @@ while [ $# -ge 1 ]; do
|
|
;;
|
|
|
|
*)
|
|
- showhelp
|
|
- exit 1
|
|
- ;;
|
|
+# showhelp
|
|
+# exit 1
|
|
+# ;;
|
|
esac
|
|
|
|
shift
|