Add a space between the -ltirpc -lgsl option

This commit is contained in:
chen-jan 2023-08-07 12:53:47 +08:00
parent ada3500f74
commit d18829986e
2 changed files with 6 additions and 3 deletions

View File

@ -9,7 +9,7 @@ diff -up asymptote-2.45/configure.ac.libtirpc asymptote-2.45/configure.ac
+AS_IF( +AS_IF(
+ [test "$enable_tirpc" != "no"], + [test "$enable_tirpc" != "no"],
+ [PKG_CHECK_MODULES([TIRPC], [libtirpc >= 0.2.4], + [PKG_CHECK_MODULES([TIRPC], [libtirpc >= 0.2.4],
+ [LIBS="${LIBS} ${TIRPC_LIBS}" + [LIBS="${LIBS} ${TIRPC_LIBS} "
+ CPPFLAGS="${CPPFLAGS} ${TIRPC_CFLAGS}" + CPPFLAGS="${CPPFLAGS} ${TIRPC_CFLAGS}"
+ AC_DEFINE([HAVE_LIBTIRPC], [1], + AC_DEFINE([HAVE_LIBTIRPC], [1],
+ [Define to 1 if you have and wish to use libtirpc.])], + [Define to 1 if you have and wish to use libtirpc.])],

View File

@ -4,7 +4,7 @@
Name: asymptote Name: asymptote
Version: 2.70 Version: 2.70
Release: 1 Release: 2
Summary: Descriptive vector graphics language Summary: Descriptive vector graphics language
License: LGPLv3+ License: LGPLv3+
URL: http://asymptote.sourceforge.net/ URL: http://asymptote.sourceforge.net/
@ -140,5 +140,8 @@ texhash >/dev/null 2>&1 || :
%{_emacs_sitelispdir}/%{name}/*.el %{_emacs_sitelispdir}/%{name}/*.el
%changelog %changelog
* Mon Aug 07 2023 chenchen <chen_aka_jan@163.com> - 2.70-2
- Add a space between the -ltirpc -lgsl option
* Fri Aug 26 2022 herengui <herengui@uniontech.com> - 2.70-1 * Fri Aug 26 2022 herengui <herengui@uniontech.com> - 2.70-1
- Initial package - Initial package