1e8a14910a
detection scheme in configure to properly handle our -pthread and includes db-3.1.17 directly into the port, removing the version constraint on the db port. This also addresses the CORE security advisory ID CORE-20030304-01.
12 lines
255 B
Plaintext
12 lines
255 B
Plaintext
--- dist/configure.orig Thu Jan 16 07:38:03 2003
|
|
+++ dist/configure Thu Jan 16 07:47:03 2003
|
|
@@ -3911,7 +3911,7 @@
|
|
#line 3912 "configure"
|
|
#include "confdefs.h"
|
|
main(){
|
|
-#if defined(i386)
|
|
+#if defined(__i386__)
|
|
#if defined(__GNUC__)
|
|
exit(0);
|
|
#endif
|