mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-28 04:42:14 +01:00
make sure that the soname patch gets used by running autoconf remove similar patch that does not work. again put the .so symlink to -dev package as it should not be needed anymore.
14 lines
622 B
Diff
14 lines
622 B
Diff
diff --git a/mozilla/nsprpub/configure.in b/mozilla/nsprpub/configure.in
|
|
index 25dcca1..b508762 100644
|
|
--- a/mozilla/nsprpub/configure.in
|
|
+++ b/mozilla/nsprpub/configure.in
|
|
@@ -511,7 +511,7 @@ if test "$target" != "$host"; then
|
|
|
|
AC_MSG_CHECKING([whether the $host compiler ($HOST_CC $HOST_CFLAGS $HOST_LDFLAGS) works])
|
|
AC_TRY_COMPILE([], [return(0);],
|
|
- [ac_cv_prog_host_cc_works=1 AC_MSG_RESULT([yes])],
|
|
+ [ac_cv_prog_host_cc_works=1; AC_MSG_RESULT([yes])],
|
|
AC_MSG_ERROR([installation or configuration problem: $host compiler $HOST_CC cannot create executables.]) )
|
|
|
|
CC=$_SAVE_CC
|