diff options
-rw-r--r-- | data/patch/make.sh | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/data/patch/make.sh b/data/patch/make.sh index 0bf0c095a..fb3d34590 100644 --- a/data/patch/make.sh +++ b/data/patch/make.sh @@ -1,4 +1,13 @@ pkg:setup -pkg:configure +mv config.sub config.sub_ +cp -af /usr/share/misc/config.sub . +touch -r config.sub_ config.sub +rm -f m4/largefile.m4 +touch m4/largefile.m4 +rpl AM_C_ jm_C_ * -R +rpl jm_AC_ jm_ * -R +cat m4/* >aclocal.m4 +autoconf +pkg:configure ac_cv_func_setmode=no make make install prefix="${PKG_DEST}/usr" |