[Rpm-maint] [rpm-software-management/rpm] Make Lua a hard requirement for rpm (#1527)
Panu Matilainen
notifications at github.com
Mon Feb 8 07:35:11 UTC 2021
@pmatilai commented on this pull request.
> @@ -5,8 +5,8 @@ EXTRA_DIST = \
AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir) -I$(top_builddir)/include -I.
-libluaext_la_CPPFLAGS = $(AM_CPPFLAGS) -DWITH_POSIX @LUA_CFLAGS@
-libluaext_la_LIBADD = @LUA_LIBS@
+libluaext_la_CPPFLAGS = $(AM_CPPFLAGS) -DWITH_POSIX $(LUA_CFLAGS)
+libluaext_la_LIBADD = $(LUA_LIBS)
libluaext_la_SOURCES = \
This change dropped in the last push.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/1527#discussion_r571829890
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20210207/4672eb9c/attachment-0001.html>
More information about the Rpm-maint
mailing list