SOURCES: libopensync-python.patch (NEW) - fix python modules insta...

wrobell wrobell at pld-linux.org
Fri Dec 30 12:09:38 CET 2005


Author: wrobell                      Date: Fri Dec 30 11:09:38 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix python modules installation

---- Files affected:
SOURCES:
   libopensync-python.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/libopensync-python.patch
diff -u /dev/null SOURCES/libopensync-python.patch:1.1
--- /dev/null	Fri Dec 30 12:09:38 2005
+++ SOURCES/libopensync-python.patch	Fri Dec 30 12:09:33 2005
@@ -0,0 +1,19 @@
+--- libopensync-0.18/wrapper/Makefile.am.orig	2005-12-30 10:46:30.000000000 +0000
++++ libopensync-0.18/wrapper/Makefile.am	2005-12-30 10:53:55.000000000 +0000
+@@ -14,13 +14,13 @@
+ 	opensync_wrap.c
+ 
+ if HAVE_PYTHON
+-osdir = $(pythondir)
++osdir = $(pyexecdir)
+ nodist_os_PYTHON = opensync.py
+ 
+-osbindingsdir = $(pythondir)
++osbindingsdir = $(pyexecdir)
+ osbindings_LTLIBRARIES = _opensync.la
+ endif
+ 
+ nodist__opensync_la_SOURCES = opensync_wrap.c
+-_opensync_la_LDFLAGS = @PACKAGE_LIBS@ @XML_LIBS@ $(PYTHON_LDFLAGS) -R $(libdir) -module
++_opensync_la_LDFLAGS = @PACKAGE_LIBS@ @XML_LIBS@ $(PYTHON_LDFLAGS) -R $(libdir) -module -avoid-version
+ _opensync_la_LIBADD = $(top_builddir)/opensync/libopensync.la
================================================================


More information about the pld-cvs-commit mailing list