forked from pool/libewf
a93c19c8cf
New library and apps for working with computer forensic images in EnCase format. Per previous decline, this has a LGPLv3+ license. Now reflected in specfile. Also, Sascha Peilicke SR'ed several specfile changes to the package- see changelog. ewftools are apps, but I only see LGPL as a license for the whole package. OBS-URL: https://build.opensuse.org/request/show/103438 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libewf?expand=0&rev=1
25 lines
1.0 KiB
Diff
25 lines
1.0 KiB
Diff
diff -up libewf-20100226/pyewf/Makefile.am.pyver libewf-20100226/pyewf/Makefile.am
|
|
--- libewf-20100226/pyewf/Makefile.am.pyver 2009-04-02 20:06:28.000000000 +0200
|
|
+++ libewf-20100226/pyewf/Makefile.am 2010-03-08 21:57:07.336202089 +0100
|
|
@@ -11,7 +11,7 @@ pyewf_la_SOURCES = \
|
|
|
|
pyewf_la_LIBADD = ../libewf/libewf.la
|
|
pyewf_la_CPPFLAGS = $(PYTHON_CPPFLAGS)
|
|
-pyewf_la_LDFLAGS = -module $(PYTHON_LDFLAGS)
|
|
+pyewf_la_LDFLAGS = -module -avoid-version $(PYTHON_LDFLAGS)
|
|
|
|
endif
|
|
|
|
diff -up libewf-20100226/pyewf/Makefile.in.pyver libewf-20100226/pyewf/Makefile.in
|
|
--- libewf-20100226/pyewf/Makefile.in.pyver 2010-02-26 18:50:52.000000000 +0100
|
|
+++ libewf-20100226/pyewf/Makefile.in 2010-03-08 21:56:34.855197908 +0100
|
|
@@ -267,7 +267,7 @@ top_srcdir = @top_srcdir@
|
|
|
|
@HAVE_PYTHON_TRUE@pyewf_la_LIBADD = ../libewf/libewf.la
|
|
@HAVE_PYTHON_TRUE@pyewf_la_CPPFLAGS = $(PYTHON_CPPFLAGS)
|
|
-@HAVE_PYTHON_TRUE@pyewf_la_LDFLAGS = -module $(PYTHON_LDFLAGS)
|
|
+@HAVE_PYTHON_TRUE@pyewf_la_LDFLAGS = -module -avoid-version $(PYTHON_LDFLAGS)
|
|
all: all-am
|
|
|
|
.SUFFIXES:
|