This website requires JavaScript.
Explore
Help
Sign In
generic-library
/
libreSSL
Watch
1
Star
0
Fork
0
You've already forked libreSSL
Code
Issues
Pull Requests
Releases
Wiki
Activity
a34d319f8d
libreSSL
/
dist.sh
8 lines
80 B
Bash
Raw
Normal View
History
Unescape
Escape
added dist.sh script - generates tarball ok deraadt@ beck@
2014-07-29 04:00:25 +02:00
#!/bin/sh
set
-e
don't fail to make dist on a clean repo
2014-10-15 03:54:42 +02:00
rm -f man/*.1 man/*.3
added dist.sh script - generates tarball ok deraadt@ beck@
2014-07-29 04:00:25 +02:00
./autogen.sh
enable libtls by default The API/ABI for the LibreSSL 2.1.x series is now fixed, so we can safely enable libtls it by default. This is useful for new OpenNTPD and OpenSMTPD releases as well. ok deraadt@ beck@ sthen@
2015-03-19 01:12:42 +01:00
./configure
don't hardcode a fixed # of jobs for make
2014-12-09 01:35:22 +01:00
make distcheck
Reference in New Issue
Copy Permalink