- Use %autosetup instead of %patch based on pgajdos idea - Some spec-cleaner cleanups OBS-URL: https://build.opensuse.org/request/show/1153168 OBS-URL: https://build.opensuse.org/package/show/Base:System/mhash?expand=0&rev=20
14 lines
315 B
Diff
14 lines
315 B
Diff
Index: lib/Makefile.am
|
|
===================================================================
|
|
--- a/lib/Makefile.am.orig
|
|
+++ b/lib/Makefile.am
|
|
@@ -27,6 +27,8 @@ libmhash_la_SOURCES = $(FRAMEWORK) $(KEY
|
|
|
|
libmhash_la_LDFLAGS = -version-info 2:1
|
|
|
|
+libmhash_la_CFLAGS = -fPIC
|
|
+
|
|
EXTRA_DIST = libmhash.sym
|
|
|
|
dist-hook:
|