Remove no-longer-needed args to configure.
authorChris Hanson <org/chris-hanson/cph>
Fri, 26 Oct 2018 03:15:26 +0000 (20:15 -0700)
committerChris Hanson <org/chris-hanson/cph>
Fri, 26 Oct 2018 03:15:26 +0000 (20:15 -0700)
dist/make-native-files

index ef6a4048872cfe98f994d88036a30df8308eeea7..908f0544ebb5f6dd6e18d6476e0416c9dd020b8e 100755 (executable)
@@ -46,8 +46,7 @@ shift 2
 
 build ()
 {
-    my_configure --enable-native-code="${ARCH}" \
-       --with-mcrypt=no --with-libpq=no --with-db-4=no
+    my_configure --enable-native-code="${ARCH}"
     my_make
     touch .native-release-marker
 }