[simutrans] 01/01: prevent build error

Jörg Frings-Fürst jff-guest at moszumanska.debian.org
Sun Feb 7 08:55:43 UTC 2016


This is an automated email from the git hooks/post-receive script.

jff-guest pushed a commit to branch master
in repository simutrans.

commit ef34ffd579124ae5a3cb46cfb449b8a517f2bf89
Author: Jörg Frings-Fürst <debian at jff-webhosting.net>
Date:   Sun Feb 7 09:55:36 2016 +0100

    prevent build error
---
 debian/changelog | 2 ++
 debian/rules     | 1 +
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 9392f4b..5d47c1a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ simutrans (120.1.3+repack-1) UNRELEASED; urgency=low
   * New upstream release.
   * Remove upstream applied 0510-missing_uncommon_mk.patch.
   * Refresh patches.
+  * debian/rules:
+    - Add -lssl -lcrypto to LDFLAGS to prevent build error.
 
  -- Jörg Frings-Fürst <debian at jff-webhosting.net>  Sat, 06 Feb 2016 05:34:17 +0100
 
diff --git a/debian/rules b/debian/rules
index 3ae6e28..f6244ba 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,6 +14,7 @@ export CXXFLAGS = $(shell dpkg-buildflags --get CXXFLAGS)
 export CXXFLAGS += -D_FORTIFY_SOURCE=2
 export CPPFLAGS = $(shell dpkg-buildflags --get CPPFLAGS)
 export LDFLAGS  = $(shell dpkg-buildflags --get LDFLAGS)
+export LDFLAGS += -lssl -lcrypto
 
 %:
 	dh $@ --parallel

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/simutrans.git



More information about the Pkg-games-commits mailing list