Ticket #91: fix-luaext.patch

File fix-luaext.patch, 406 bytes (added by nijel, 3 years ago)
  • a/rpmio/Makefile.am

    old new  
    3232        -lpthread 
    3333 
    3434if WITH_LUAEXT 
    35 AM_CPPFLAGS += -I$(top_builddir)/luaext/ 
     35AM_CPPFLAGS += -I$(top_srcdir)/luaext/ 
    3636librpmio_la_LIBADD += $(top_builddir)/luaext/libluaext.la 
    3737endif 
    3838