mirror of
https://github.com/RangeNetworks/openbts.git
synced 2025-11-16 03:11:30 +00:00
remove unneeded ssl and crypto dependencies
This commit is contained in:
@@ -50,7 +50,7 @@ ourlibs = \
|
|||||||
$(ORTP_LIBS)
|
$(ORTP_LIBS)
|
||||||
|
|
||||||
OpenBTS_SOURCES = OpenBTS.cpp GetConfigurationKeys.cpp
|
OpenBTS_SOURCES = OpenBTS.cpp GetConfigurationKeys.cpp
|
||||||
OpenBTS_LDADD = $(ourlibs) -lcrypto -lssl -ldl -lortp -la53 -lcoredumper
|
OpenBTS_LDADD = $(ourlibs) -ldl -lortp -la53 -lcoredumper
|
||||||
OpenBTS_LDFLAGS = $(GPROF_OPTIONS) -rdynamic
|
OpenBTS_LDFLAGS = $(GPROF_OPTIONS) -rdynamic
|
||||||
|
|
||||||
clilibs= \
|
clilibs= \
|
||||||
|
|||||||
4
debian/control
vendored
4
debian/control
vendored
@@ -3,7 +3,7 @@ Section: comm
|
|||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Range Networks, Inc. <info@rangenetworks.com>
|
Maintainer: Range Networks, Inc. <info@rangenetworks.com>
|
||||||
Homepage: http://www.rangenetworks.com/
|
Homepage: http://www.rangenetworks.com/
|
||||||
Build-Depends: build-essential, debhelper (>= 7), pkg-config, autoconf, libtool, libortp-dev, libortp8 | libortp9, libsqlite3-dev, libusb-1.0-0-dev, libreadline-dev, libssl-dev, libzmq3-dev, libzmq3 | libzmq5, liba53
|
Build-Depends: build-essential, debhelper (>= 7), pkg-config, autoconf, libtool, libortp-dev, libortp8 | libortp9, libsqlite3-dev, libusb-1.0-0-dev, libreadline-dev, libzmq3-dev, libzmq3 | libzmq5, liba53
|
||||||
Standards-Version: 3.7.3
|
Standards-Version: 3.7.3
|
||||||
|
|
||||||
Package: openbts
|
Package: openbts
|
||||||
@@ -11,5 +11,5 @@ Section: comm
|
|||||||
Priority: optional
|
Priority: optional
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Essential: no
|
Essential: no
|
||||||
Depends: sqlite3, libusb-1.0-0, libortp-dev, libc6, pkg-config, libzmq3 | libzmq5, liba53, libreadline6, libssl1.0.0
|
Depends: sqlite3, libusb-1.0-0, libortp-dev, libc6, pkg-config, libzmq3 | libzmq5, liba53, libreadline6
|
||||||
Description: Range Networks - OpenBTS GSM+GPRS Radio Access Network Node
|
Description: Range Networks - OpenBTS GSM+GPRS Radio Access Network Node
|
||||||
|
|||||||
Reference in New Issue
Block a user