OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=507
13 lines
398 B
Diff
13 lines
398 B
Diff
--- ./build/Makefile.am.orig 2019-10-02 13:12:00.031823903 +0000
|
|
+++ ./build/Makefile.am 2019-10-02 13:13:09.743668564 +0000
|
|
@@ -10,6 +10,9 @@ AM_CPPFLAGS += @WITH_NSS_INCLUDE@
|
|
AM_CPPFLAGS += @WITH_MAGIC_INCLUDE@
|
|
AM_CPPFLAGS += @WITH_POPT_INCLUDE@
|
|
AM_CPPFLAGS += -I$(top_srcdir)/misc
|
|
+if WITH_LUA
|
|
+AM_CPPFLAGS += @LUA_CFLAGS@
|
|
+endif
|
|
|
|
usrlibdir = $(libdir)
|
|
usrlib_LTLIBRARIES = librpmbuild.la
|