7c7e67c645
- libraw1394-exports.patch: Only symbols prefixed with raw1394_ are part of the public API, everything else is private. OBS-URL: https://build.opensuse.org/request/show/247607 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libraw1394?expand=0&rev=15
12 lines
414 B
Diff
12 lines
414 B
Diff
--- libraw1394-2.1.0.orig/src/Makefile.am
|
|
+++ libraw1394-2.1.0/src/Makefile.am
|
|
@@ -4,7 +4,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 -version-info @lt_major@:@lt_revision@:@lt_age@
|
|
|
|
libraw1394_la_SOURCES = \
|
|
main.c \
|