mtr: Fix #305 by implementing hsearch(3) (#1697)
[termux-packages] / disabled-packages / openjdk-9-jre-headless / generated-configure.sh.patch
index 6881790..c3921df 100644 (file)
@@ -1,23 +1,5 @@
 --- ./common/autoconf/generated-configure.sh    2017-04-01 23:19:09.508381398 +0530
 +++ ../generated-configure.sh   2017-04-02 17:35:37.210373866 +0530
-@@ -51452,7 +51452,7 @@
-
-   # Set JVM_LIBS (per os)
-   if test "x$OPENJDK_TARGET_OS" = xlinux; then
--    JVM_LIBS="$JVM_LIBS -lm -ldl -lpthread"
-+    JVM_LIBS="$JVM_LIBS -lm -lc"
-   elif test "x$OPENJDK_TARGET_OS" = xandroid; then
-     JVM_LIBS="$JVM_LIBS -lm -llog"
-   elif test "x$OPENJDK_TARGET_OS" = xsolaris; then
-@@ -52293,7 +52293,7 @@
-
-   # Set OPENJDK_BUILD_JVM_LIBS (per os)
-   if test "x$OPENJDK_BUILD_OS" = xlinux; then
--    OPENJDK_BUILD_JVM_LIBS="$OPENJDK_BUILD_JVM_LIBS -lm -ldl -lpthread"
-+    OPENJDK_BUILD_JVM_LIBS="$OPENJDK_BUILD_JVM_LIBS -lm -lc"
-   elif test "x$OPENJDK_BUILD_OS" = xandroid; then
-     OPENJDK_BUILD_JVM_LIBS="$OPENJDK_BUILD_JVM_LIBS -lm -llog"
-   elif test "x$OPENJDK_BUILD_OS" = xsolaris; then
 @@ -53412,14 +53412,7 @@