File tree Expand file tree Collapse file tree 4 files changed +97
-91
lines changed Expand file tree Collapse file tree 4 files changed +97
-91
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Description: lightweight and secure socks5 proxy
17
17
Shadowsocks-libev is a lightweight and secure socks5 proxy for
18
18
embedded devices and low end boxes.
19
19
20
- Package: libshadowsocks1
20
+ Package: libshadowsocks-libev1
21
21
Architecture: any
22
22
Multi-Arch: same
23
23
Section: libs
@@ -31,7 +31,7 @@ Description: lightweight and secure socks5 proxy (shared library)
31
31
.
32
32
This package provides shared libraries.
33
33
34
- Package: libshadowsocks-dev
34
+ Package: libshadowsocks-libev- dev
35
35
Architecture: any
36
36
Section: libdevel
37
37
Priority: extra
Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ URL: http://shadowsocks.org
9
9
Version: @VERSION@
10
10
Requires:
11
11
Cflags: -I${includedir}
12
- Libs: -L${libdir} -lshadowsocks -lcrypto
12
+ Libs: -L${libdir} -lshadowsocks-libev -lcrypto
Original file line number Diff line number Diff line change @@ -104,9 +104,9 @@ ss_redir_LDADD += $(top_builddir)/libudns/libudns.la
104
104
endif
105
105
endif
106
106
107
- lib_LTLIBRARIES = libshadowsocks.la
108
- libshadowsocks_la_SOURCES = $(ss_local_SOURCES )
109
- libshadowsocks_la_CFLAGS = $(ss_local_CFLAGS ) -DLIB_ONLY
110
- libshadowsocks_la_LDFLAGS = -version-info $(VERSION_INFO )
111
- libshadowsocks_la_LIBADD = $(ss_local_LDADD )
107
+ lib_LTLIBRARIES = libshadowsocks-libev .la
108
+ libshadowsocks_libev_la_SOURCES = $(ss_local_SOURCES )
109
+ libshadowsocks_libev_la_CFLAGS = $(ss_local_CFLAGS ) -DLIB_ONLY
110
+ libshadowsocks_libev_la_LDFLAGS = -version-info $(VERSION_INFO )
111
+ libshadowsocks_libev_la_LIBADD = $(ss_local_LDADD )
112
112
include_HEADERS = shadowsocks.h
You can’t perform that action at this time.
0 commit comments