From a3bf9b96f92fb7184d30d0ffedd6c37bbe57b6c4 Mon Sep 17 00:00:00 2001 From: jbj Date: Tue, 30 Dec 2003 15:12:50 +0000 Subject: - use -fPIC -DPIC on all platforms, not just mandatory (#112713). CVS patchset: 7051 CVS date: 2003/12/30 15:12:50 --- python/rpmrc-py.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/rpmrc-py.c') diff --git a/python/rpmrc-py.c b/python/rpmrc-py.c index 12e69811a..14097ce20 100644 --- a/python/rpmrc-py.c +++ b/python/rpmrc-py.c @@ -369,7 +369,7 @@ PyTypeObject rpmrc_Type = { rpmrc_init, /* tp_init */ rpmrc_alloc, /* tp_alloc */ rpmrc_new, /* tp_new */ - rpmrc_free, /* tp_free */ + (freefunc) rpmrc_free, /* tp_free */ 0, /* tp_is_gc */ }; #else -- cgit v1.2.3