]> git.pld-linux.org Git - packages/libsrtp2.git/blob - srtp-shared.patch
Version: 1.5.4
[packages/libsrtp2.git] / srtp-shared.patch
1 --- libsrtp-1.5.2/Makefile.in.orig      2015-03-11 15:02:12.000000000 +0100
2 +++ libsrtp-1.5.2/Makefile.in   2015-07-05 20:55:06.770326476 +0200
3 @@ -260,7 +260,7 @@
4         if [ -f libsrtp.dll.a ]; then cp libsrtp.dll.a $(DESTDIR)$(libdir)/; fi
5         if [ -f libsrtp.$(SHAREDLIBSUFFIX) ]; then \
6                 cp libsrtp.$(SHAREDLIBSUFFIX) $(DESTDIR)$(SHAREDLIB_DIR)/; \
7 -               cp libsrtp.$(SHAREDLIBSUFFIXNOVER) $(DESTDIR)$(SHAREDLIB_DIR)/; \
8 +               cp -d libsrtp.$(SHAREDLIBSUFFIXNOVER) $(DESTDIR)$(SHAREDLIB_DIR)/; \
9         fi
10         if [ "$(pkgconfig_DATA)" != "" ]; then \
11                 $(INSTALL) -d $(DESTDIR)$(pkgconfigdir); \
This page took 0.14444 seconds and 3 git commands to generate.