test/configure2

changeset 143
90fcec3ae37e
parent 142
ec5975c1b93e
child 144
b001b56522fa
--- a/test/configure2	Mon May 19 13:19:07 2025 +0200
+++ b/test/configure2	Mon May 19 13:24:39 2025 +0200
@@ -646,9 +646,9 @@
 echo >> "$TEMP_DIR/flags.mk"
 echo "configuring target: dav"
 echo "# flags for target dav" >> "$TEMP_DIR/flags.mk"
-TEMP_CFLAGS="$CFLAGS"
-TEMP_CXXFLAGS="$CXXFLAGS"
-TEMP_LDFLAGS="$LDFLAGS"
+TEMP_CFLAGS=
+TEMP_CXXFLAGS=
+TEMP_LDFLAGS=
 
 if dependency_error_curl; then
     DEPENDENCIES_FAILED="$DEPENDENCIES_FAILED curl "
@@ -801,9 +801,9 @@
 echo >> "$TEMP_DIR/flags.mk"
 echo "configuring global target"
 echo "# flags for unnamed target" >> "$TEMP_DIR/flags.mk"
-TEMP_CFLAGS="$CFLAGS"
-TEMP_CXXFLAGS="$CXXFLAGS"
-TEMP_LDFLAGS="$LDFLAGS"
+TEMP_CFLAGS=
+TEMP_CXXFLAGS=
+TEMP_LDFLAGS=
 
 if dependency_error_deptest; then
     DEPENDENCIES_FAILED="$DEPENDENCIES_FAILED deptest "

mercurial