1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

* configure.ac: New option --enable-noexecstack.

* Makefile.am (ASFLAGS): Renamed to AM_CCASFLAGS and added the
variable for non exectubale stack options.  Adapted users.
This commit is contained in:
Werner Koch 2005-03-11 11:02:12 +00:00
parent 9bf9389179
commit f0e9a1ff4f
8 changed files with 49 additions and 3 deletions

View file

@ -1,5 +1,7 @@
2005-03-07 Werner Koch <wk@g10code.com>
* gpg.sgml (comment): Add note to keep the comment short.
* DETAILS: Document new status codes.
2005-02-15 Werner Koch <wk@g10code.com>