diff options
author | Joey Hess <joey@kitenet.net> | 2014-08-13 14:32:58 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-08-13 14:32:58 -0400 |
commit | 1debfeb385c54bf611cb4140df72a6efd5fbc766 (patch) | |
tree | d3ede7038b233860489b77b62e18067bf7ae5f72 /standalone/android | |
parent | f18af923f4401d7e863a87ccbed9fab11850f0f0 (diff) |
disable HAVE_CLOCK_GETTIME to avoid needing to port librt to android
Diffstat (limited to 'standalone/android')
-rw-r--r-- | standalone/android/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/standalone/android/Makefile b/standalone/android/Makefile index 4f64b4e9a..82df0db7b 100644 --- a/standalone/android/Makefile +++ b/standalone/android/Makefile @@ -116,7 +116,7 @@ $(GIT_ANNEX_ANDROID_SOURCETREE)/busybox/build-stamp: busybox_config $(GIT_ANNEX_ANDROID_SOURCETREE)/git/build-stamp: git.patch cat git.patch | (cd $(GIT_ANNEX_ANDROID_SOURCETREE)/git && git am) - cd $(GIT_ANNEX_ANDROID_SOURCETREE)/git && $(MAKE) install NO_OPENSSL=1 NO_GETTEXT=1 NO_GECOS_IN_PWENT=1 NO_GETPASS=1 NO_NSEC=1 NO_MKDTEMP=1 NO_PTHREADS=1 NO_PERL=1 NO_CURL=1 NO_EXPAT=1 NO_TCLTK=1 NO_ICONV=1 prefix= DESTDIR=installed-tree + cd $(GIT_ANNEX_ANDROID_SOURCETREE)/git && $(MAKE) install NO_OPENSSL=1 NO_GETTEXT=1 NO_GECOS_IN_PWENT=1 NO_GETPASS=1 NO_NSEC=1 NO_MKDTEMP=1 NO_PTHREADS=1 NO_PERL=1 NO_CURL=1 NO_EXPAT=1 NO_TCLTK=1 NO_ICONV=1 HAVE_CLOCK_GETTIME= prefix= DESTDIR=installed-tree touch $@ $(GIT_ANNEX_ANDROID_SOURCETREE)/rsync/build-stamp: rsync.patch |