diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2002-08-01 14:09:29 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2002-08-01 14:09:29 +0000 |
commit | 6addcc154f7e220a1316c91163c7735cab5b8c45 (patch) | |
tree | 9f875b368d2a5a29103f21ecde767a95329f010e /security/poc/files/patch-src_Makefile.am | |
parent | Fix man page links. (diff) |
* Add libgnugetopt dependency.
Submitted by: Juan Pablo Villa <juan@datafull.com>
* Respect CFLAGS.
* Use x86 asm only on i386 architecture.
Approved by: no response from maintainer
Notes
Notes:
svn path=/head/; revision=63842
Diffstat (limited to 'security/poc/files/patch-src_Makefile.am')
-rw-r--r-- | security/poc/files/patch-src_Makefile.am | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/security/poc/files/patch-src_Makefile.am b/security/poc/files/patch-src_Makefile.am new file mode 100644 index 000000000000..24959c9bcc62 --- /dev/null +++ b/security/poc/files/patch-src_Makefile.am @@ -0,0 +1,12 @@ + +$FreeBSD$ + +--- src/Makefile.am.orig Thu Jul 25 16:35:09 2002 ++++ src/Makefile.am Thu Jul 25 16:35:18 2002 +@@ -30,6 +30,4 @@ + + # debugging + #CFLAGS = -g -Wall +-CFLAGS = -Wall -O2 +-CPPFLAGS = + |