Skip to content

Commit 38d6eb0

Browse files
Lagovasvixentael
authored andcommitted
drop libssl1.0 dependency (#113)
1 parent ec0a00d commit 38d6eb0

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

Makefile

+2-6
Original file line numberDiff line numberDiff line change
@@ -401,13 +401,9 @@ ifeq ($(LIBRARY_SO_VERSION),)
401401
LIBRARY_SO_VERSION := $(DEFAULT_VERSION)
402402
endif
403403
DEBIAN_CODENAME := $(shell lsb_release -cs 2> /dev/null)
404-
DEBIAN_STRETCH_VERSION := libssl1.0.2
405404
DEBIAN_ARCHITECTURE = `dpkg --print-architecture 2>/dev/null`
406-
ifeq ($(DEBIAN_CODENAME),stretch)
407-
DEBIAN_DEPENDENCIES := --depends $(DEBIAN_STRETCH_VERSION) --depends libthemis
408-
else
409-
DEBIAN_DEPENDENCIES := --depends openssl --depends libthemis
410-
endif
405+
DEBIAN_DEPENDENCIES := --depends openssl --depends libthemis
406+
411407
RPM_DEPENDENCIES = --depends openssl --depends libthemis
412408
RPM_RELEASE_NUM = 1
413409

0 commit comments

Comments
 (0)