RPM Package Manager, CVS Repository
http://rpm5.org/cvs/
____________________________________________________________________________
Server: rpm5.org Name: Anders F. Björklund
Root: /v/rpm/cvs Email: afb@rpm5.org
Module: rpm Date: 02-Jan-2008 16:01:35
Branch: HEAD Handle: 2008010215013500
Modified files:
rpm/lib rpmrc.c
Log:
rpmluaext is only compiled for OpenPKG
Summary:
Revision Changes Path
2.223 +2 -0 rpm/lib/rpmrc.c
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: rpm/lib/rpmrc.c
============================================================================
$ cvs diff -u -r2.222 -r2.223 rpmrc.c
--- rpm/lib/rpmrc.c 1 Jan 2008 20:52:22 -0000 2.222
+++ rpm/lib/rpmrc.c 2 Jan 2008 15:01:35 -0000 2.223
@@ -958,7 +958,9 @@
/* Force Lua state initialization */
#ifdef WITH_LUA
(void)rpmluaGetPrintBuffer(NULL);
+#if defined(RPM_VENDOR_OPENPKG) /* rpm-lua-extensions-based-on-rpm-lib-functionality */
(void)rpmluaextActivate(rpmluaGetGlobalState());
+#endif /* RPM_VENDOR_OPENPKG */
#endif
return 0;
@@ .
Received on Wed Jan 2 16:01:35 2008