Ticket #91: fix-luaext.patch
| File fix-luaext.patch, 406 bytes (added by nijel, 3 years ago) |
|---|
-
a/rpmio/Makefile.am
old new 32 32 -lpthread 33 33 34 34 if WITH_LUAEXT 35 AM_CPPFLAGS += -I$(top_ builddir)/luaext/35 AM_CPPFLAGS += -I$(top_srcdir)/luaext/ 36 36 librpmio_la_LIBADD += $(top_builddir)/luaext/libluaext.la 37 37 endif 38 38

