Skip to content

Commit

Permalink
Commit libsodium/configure to work around ancient autoconf on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
olorin committed Dec 12, 2016
1 parent 9041581 commit 547d0e1
Show file tree
Hide file tree
Showing 24 changed files with 55,110 additions and 18 deletions.
1 change: 0 additions & 1 deletion Setup.hs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ buildLibSodium = do
sodiumDir = cwd </> "gen" </> "libsodium"
createDirectoryIfMissing True sodiumDir
setCurrentDirectory $ cwd </> "lib" </> "libsodium"
callProcess "autoreconf" ["-if"]
callProcess "./configure" ["--prefix=" <> sodiumDir]
callProcess "make" ["-j"]
callProcess "make" ["install"]
Expand Down
17 changes: 0 additions & 17 deletions lib/libsodium/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,21 +29,14 @@
Build
INSTALL
Makefile
Makefile.in
Vagrantfile
aclocal.m4
android-toolchain
android-toolchain-*
autom4te.cache
build
compile
confdefs.h
config.*
configure
configure.lineno
coverage.info
depcomp
install-sh
libsodium-*.tar.bz2
libsodium-*.tar.gz
libsodium-*.vcproj
Expand All @@ -62,20 +55,10 @@ libsodium-win32
libsodium-win64
libsodium.pc
libtool
ltmain.sh
m4/argz.m4
m4/libtool.m4
m4/ltoptions.m4
m4/ltsugar.m4
m4/ltversion.m4
m4/lt~obsolete.m4
man/*.html
man/Makefile.in
missing
src/libsodium/*.def
src/libsodium/include/sodium/version.h
stamp-*
test-driver
test/default/browser
test/default/*.res
test/default/*.trs
Expand Down
Loading

0 comments on commit 547d0e1

Please sign in to comment.