]> git.pld-linux.org Git - packages/opensips.git/commitdiff
- fix /usr/lib pollution
authorJan Rękorajski <baggins@pld-linux.org>
Wed, 3 Aug 2011 09:56:10 +0000 (09:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    opensips-libs.patch -> 1.1
    opensips.spec -> 1.30

opensips-libs.patch [new file with mode: 0644]
opensips.spec

diff --git a/opensips-libs.patch b/opensips-libs.patch
new file mode 100644 (file)
index 0000000..bbb358a
--- /dev/null
@@ -0,0 +1,11 @@
+--- opensips-1.6.4-2-tls/Makefile.defs~        2011-01-20 14:40:11.000000000 +0100
++++ opensips-1.6.4-2-tls/Makefile.defs 2011-08-03 11:54:45.720770143 +0200
+@@ -1419,7 +1419,7 @@
+ #add libssl if needed
+ ifneq ($(TLS),)
+ DEFS+= -I$(LOCALBASE)/ssl/include -I$(LOCALBASE)/include -I$(SYSBASE)/include/openssl
+-LIBS+= -L$(LOCALBASE)/lib -L$(LOCALBASE)/ssl/lib -lssl  -lcrypto
++LIBS+= -lssl  -lcrypto
+ endif
+ #add libsctp if needed
index e2e23ad5d88f10f11f45ef0b3751ad961965ad80..6e8a7a6d4d15ce54906ff7cf35f2844e026e6690 100644 (file)
@@ -23,6 +23,7 @@ Source0:      http://opensips.org/pub/opensips/%{version}/src/%{name}-%{version}-%{_u
 # Source0-md5: e9869d9a726d70f83de4a1e77cd24d40
 Source1:       %{name}.init
 Source2:       %{name}.sysconfig
+Patch0:                %{name}-libs.patch
 URL:           http://www.opensips.org/
 %{?with_geoip:BuildRequires:   GeoIP-devel}
 %{?with_osp:BuildRequires:     OSPToolkit}
@@ -242,6 +243,7 @@ MIB-y dla openSIPS.
 
 %prep
 %setup -q -n %{name}-%{version}-%{_upstreamrel}-tls
+%patch0 -p1
 
 find -type d -name CVS | xargs rm -rf
 
This page took 0.076528 seconds and 4 git commands to generate.