Takashi Iwai
50f1088e0a
- Update to new upstream release 2.2.1 OBS-URL: https://build.opensuse.org/request/show/344422 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libraw1394?expand=0&rev=19
17 lines
536 B
Diff
17 lines
536 B
Diff
---
|
|
src/Makefile.am | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
Index: libraw1394-2.1.1/src/Makefile.am
|
|
===================================================================
|
|
--- libraw1394-2.1.1.orig/src/Makefile.am
|
|
+++ libraw1394-2.1.1/src/Makefile.am
|
|
@@ -5,6 +5,7 @@ MAINTAINERCLEANFILES = Makefile.in
|
|
lib_LTLIBRARIES = libraw1394.la
|
|
|
|
libraw1394_la_LDFLAGS = -version-info @lt_major@:@lt_revision@:@lt_age@
|
|
+libraw1394_la_LDFLAGS += -export-symbols-regex '^raw1394_' -no-undefined
|
|
|
|
libraw1394_la_SOURCES = \
|
|
main.c \
|