mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
--with-low-memory serves a similar purpose as patch-aq.
This commit is contained in:
parent
10f90be831
commit
76f676a1de
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36883
@ -25,7 +25,8 @@ CONFIGURE_ARGS= --localstatedir=${DB_DIR} \
|
||||
--without-perl \
|
||||
--without-debug \
|
||||
--without-readline \
|
||||
--without-bench
|
||||
--without-bench \
|
||||
--with-low-memory
|
||||
.if ${MACHINE_ARCH} == "i386"
|
||||
CONFIGURE_ARGS+=--enable-assembler
|
||||
.endif
|
||||
|
@ -1,13 +0,0 @@
|
||||
--- sql/Makefile.in.orig Sat Jan 1 18:01:13 2000
|
||||
+++ sql/Makefile.in Wed Jan 5 20:28:17 2000
|
||||
@@ -317,6 +317,10 @@
|
||||
else :; fi
|
||||
sql_yacc.hh: sql_yacc.cc
|
||||
|
||||
+# gcc takes a lot of memory and cpu time if it compiles sql_yacc.cc with -O
|
||||
+sql_yacc.o: sql_yacc.cc
|
||||
+ $(CXXCOMPILE) -O0 -c $<
|
||||
+
|
||||
|
||||
# This directory's subdirectories are mostly independent; you can cd
|
||||
# into them and run `make' without going through this Makefile.
|
@ -28,7 +28,8 @@ CONFIGURE_ARGS= --localstatedir=${DB_DIR} \
|
||||
--without-readline \
|
||||
--without-bench \
|
||||
--with-mit-threads=no \
|
||||
--with-libwrap
|
||||
--with-libwrap \
|
||||
--with-low-memory
|
||||
.if ${MACHINE_ARCH} == "i386"
|
||||
CONFIGURE_ARGS+=--enable-assembler
|
||||
.endif
|
||||
|
@ -1,13 +0,0 @@
|
||||
--- sql/Makefile.in.orig Sat Jan 1 18:01:13 2000
|
||||
+++ sql/Makefile.in Wed Jan 5 20:28:17 2000
|
||||
@@ -317,6 +317,10 @@
|
||||
else :; fi
|
||||
sql_yacc.hh: sql_yacc.cc
|
||||
|
||||
+# gcc takes a lot of memory and cpu time if it compiles sql_yacc.cc with -O
|
||||
+sql_yacc.o: sql_yacc.cc
|
||||
+ $(CXXCOMPILE) -O0 -c $<
|
||||
+
|
||||
|
||||
# This directory's subdirectories are mostly independent; you can cd
|
||||
# into them and run `make' without going through this Makefile.
|
@ -28,7 +28,8 @@ CONFIGURE_ARGS= --localstatedir=${DB_DIR} \
|
||||
--without-readline \
|
||||
--without-bench \
|
||||
--with-mit-threads=no \
|
||||
--with-libwrap
|
||||
--with-libwrap \
|
||||
--with-low-memory
|
||||
.if ${MACHINE_ARCH} == "i386"
|
||||
CONFIGURE_ARGS+=--enable-assembler
|
||||
.endif
|
||||
|
@ -1,13 +0,0 @@
|
||||
--- sql/Makefile.in.orig Sat Jan 1 18:01:13 2000
|
||||
+++ sql/Makefile.in Wed Jan 5 20:28:17 2000
|
||||
@@ -317,6 +317,10 @@
|
||||
else :; fi
|
||||
sql_yacc.hh: sql_yacc.cc
|
||||
|
||||
+# gcc takes a lot of memory and cpu time if it compiles sql_yacc.cc with -O
|
||||
+sql_yacc.o: sql_yacc.cc
|
||||
+ $(CXXCOMPILE) -O0 -c $<
|
||||
+
|
||||
|
||||
# This directory's subdirectories are mostly independent; you can cd
|
||||
# into them and run `make' without going through this Makefile.
|
@ -28,7 +28,8 @@ CONFIGURE_ARGS= --localstatedir=${DB_DIR} \
|
||||
--without-readline \
|
||||
--without-bench \
|
||||
--with-mit-threads=no \
|
||||
--with-libwrap
|
||||
--with-libwrap \
|
||||
--with-low-memory
|
||||
.if ${MACHINE_ARCH} == "i386"
|
||||
CONFIGURE_ARGS+=--enable-assembler
|
||||
.endif
|
||||
|
@ -1,13 +0,0 @@
|
||||
--- sql/Makefile.in.orig Sat Jan 1 18:01:13 2000
|
||||
+++ sql/Makefile.in Wed Jan 5 20:28:17 2000
|
||||
@@ -317,6 +317,10 @@
|
||||
else :; fi
|
||||
sql_yacc.hh: sql_yacc.cc
|
||||
|
||||
+# gcc takes a lot of memory and cpu time if it compiles sql_yacc.cc with -O
|
||||
+sql_yacc.o: sql_yacc.cc
|
||||
+ $(CXXCOMPILE) -O0 -c $<
|
||||
+
|
||||
|
||||
# This directory's subdirectories are mostly independent; you can cd
|
||||
# into them and run `make' without going through this Makefile.
|
@ -28,7 +28,8 @@ CONFIGURE_ARGS= --localstatedir=${DB_DIR} \
|
||||
--without-readline \
|
||||
--without-bench \
|
||||
--with-mit-threads=no \
|
||||
--with-libwrap
|
||||
--with-libwrap \
|
||||
--with-low-memory
|
||||
.if ${MACHINE_ARCH} == "i386"
|
||||
CONFIGURE_ARGS+=--enable-assembler
|
||||
.endif
|
||||
|
@ -1,13 +0,0 @@
|
||||
--- sql/Makefile.in.orig Sat Jan 1 18:01:13 2000
|
||||
+++ sql/Makefile.in Wed Jan 5 20:28:17 2000
|
||||
@@ -317,6 +317,10 @@
|
||||
else :; fi
|
||||
sql_yacc.hh: sql_yacc.cc
|
||||
|
||||
+# gcc takes a lot of memory and cpu time if it compiles sql_yacc.cc with -O
|
||||
+sql_yacc.o: sql_yacc.cc
|
||||
+ $(CXXCOMPILE) -O0 -c $<
|
||||
+
|
||||
|
||||
# This directory's subdirectories are mostly independent; you can cd
|
||||
# into them and run `make' without going through this Makefile.
|
@ -28,7 +28,8 @@ CONFIGURE_ARGS= --localstatedir=${DB_DIR} \
|
||||
--without-readline \
|
||||
--without-bench \
|
||||
--with-mit-threads=no \
|
||||
--with-libwrap
|
||||
--with-libwrap \
|
||||
--with-low-memory
|
||||
.if ${MACHINE_ARCH} == "i386"
|
||||
CONFIGURE_ARGS+=--enable-assembler
|
||||
.endif
|
||||
|
@ -1,13 +0,0 @@
|
||||
--- sql/Makefile.in.orig Sat Jan 1 18:01:13 2000
|
||||
+++ sql/Makefile.in Wed Jan 5 20:28:17 2000
|
||||
@@ -317,6 +317,10 @@
|
||||
else :; fi
|
||||
sql_yacc.hh: sql_yacc.cc
|
||||
|
||||
+# gcc takes a lot of memory and cpu time if it compiles sql_yacc.cc with -O
|
||||
+sql_yacc.o: sql_yacc.cc
|
||||
+ $(CXXCOMPILE) -O0 -c $<
|
||||
+
|
||||
|
||||
# This directory's subdirectories are mostly independent; you can cd
|
||||
# into them and run `make' without going through this Makefile.
|
@ -28,7 +28,8 @@ CONFIGURE_ARGS= --localstatedir=${DB_DIR} \
|
||||
--without-readline \
|
||||
--without-bench \
|
||||
--with-mit-threads=no \
|
||||
--with-libwrap
|
||||
--with-libwrap \
|
||||
--with-low-memory
|
||||
.if ${MACHINE_ARCH} == "i386"
|
||||
CONFIGURE_ARGS+=--enable-assembler
|
||||
.endif
|
||||
|
@ -1,13 +0,0 @@
|
||||
--- sql/Makefile.in.orig Sat Jan 1 18:01:13 2000
|
||||
+++ sql/Makefile.in Wed Jan 5 20:28:17 2000
|
||||
@@ -317,6 +317,10 @@
|
||||
else :; fi
|
||||
sql_yacc.hh: sql_yacc.cc
|
||||
|
||||
+# gcc takes a lot of memory and cpu time if it compiles sql_yacc.cc with -O
|
||||
+sql_yacc.o: sql_yacc.cc
|
||||
+ $(CXXCOMPILE) -O0 -c $<
|
||||
+
|
||||
|
||||
# This directory's subdirectories are mostly independent; you can cd
|
||||
# into them and run `make' without going through this Makefile.
|
@ -28,7 +28,8 @@ CONFIGURE_ARGS= --localstatedir=${DB_DIR} \
|
||||
--without-readline \
|
||||
--without-bench \
|
||||
--with-mit-threads=no \
|
||||
--with-libwrap
|
||||
--with-libwrap \
|
||||
--with-low-memory
|
||||
.if ${MACHINE_ARCH} == "i386"
|
||||
CONFIGURE_ARGS+=--enable-assembler
|
||||
.endif
|
||||
|
@ -1,13 +0,0 @@
|
||||
--- sql/Makefile.in.orig Sat Jan 1 18:01:13 2000
|
||||
+++ sql/Makefile.in Wed Jan 5 20:28:17 2000
|
||||
@@ -317,6 +317,10 @@
|
||||
else :; fi
|
||||
sql_yacc.hh: sql_yacc.cc
|
||||
|
||||
+# gcc takes a lot of memory and cpu time if it compiles sql_yacc.cc with -O
|
||||
+sql_yacc.o: sql_yacc.cc
|
||||
+ $(CXXCOMPILE) -O0 -c $<
|
||||
+
|
||||
|
||||
# This directory's subdirectories are mostly independent; you can cd
|
||||
# into them and run `make' without going through this Makefile.
|
@ -28,7 +28,8 @@ CONFIGURE_ARGS= --localstatedir=${DB_DIR} \
|
||||
--without-readline \
|
||||
--without-bench \
|
||||
--with-mit-threads=no \
|
||||
--with-libwrap
|
||||
--with-libwrap \
|
||||
--with-low-memory
|
||||
.if ${MACHINE_ARCH} == "i386"
|
||||
CONFIGURE_ARGS+=--enable-assembler
|
||||
.endif
|
||||
|
@ -1,13 +0,0 @@
|
||||
--- sql/Makefile.in.orig Sat Jan 1 18:01:13 2000
|
||||
+++ sql/Makefile.in Wed Jan 5 20:28:17 2000
|
||||
@@ -317,6 +317,10 @@
|
||||
else :; fi
|
||||
sql_yacc.hh: sql_yacc.cc
|
||||
|
||||
+# gcc takes a lot of memory and cpu time if it compiles sql_yacc.cc with -O
|
||||
+sql_yacc.o: sql_yacc.cc
|
||||
+ $(CXXCOMPILE) -O0 -c $<
|
||||
+
|
||||
|
||||
# This directory's subdirectories are mostly independent; you can cd
|
||||
# into them and run `make' without going through this Makefile.
|
@ -28,7 +28,8 @@ CONFIGURE_ARGS= --localstatedir=${DB_DIR} \
|
||||
--without-readline \
|
||||
--without-bench \
|
||||
--with-mit-threads=no \
|
||||
--with-libwrap
|
||||
--with-libwrap \
|
||||
--with-low-memory
|
||||
.if ${MACHINE_ARCH} == "i386"
|
||||
CONFIGURE_ARGS+=--enable-assembler
|
||||
.endif
|
||||
|
@ -1,13 +0,0 @@
|
||||
--- sql/Makefile.in.orig Sat Jan 1 18:01:13 2000
|
||||
+++ sql/Makefile.in Wed Jan 5 20:28:17 2000
|
||||
@@ -317,6 +317,10 @@
|
||||
else :; fi
|
||||
sql_yacc.hh: sql_yacc.cc
|
||||
|
||||
+# gcc takes a lot of memory and cpu time if it compiles sql_yacc.cc with -O
|
||||
+sql_yacc.o: sql_yacc.cc
|
||||
+ $(CXXCOMPILE) -O0 -c $<
|
||||
+
|
||||
|
||||
# This directory's subdirectories are mostly independent; you can cd
|
||||
# into them and run `make' without going through this Makefile.
|
Loading…
Reference in New Issue
Block a user