[Pkg-openssl-changes] r777 - openssl/branches/jessie_stable/debian

Sebastian Andrzej Siewior bigeasy at moszumanska.debian.org
Sun May 1 20:00:47 UTC 2016


Author: bigeasy
Date: 2016-05-01 20:00:47 +0000 (Sun, 01 May 2016)
New Revision: 777

Modified:
   openssl/branches/jessie_stable/debian/rules
Log:
touch two header files to make it build



Modified: openssl/branches/jessie_stable/debian/rules
===================================================================
--- openssl/branches/jessie_stable/debian/rules	2016-05-01 20:00:01 UTC (rev 776)
+++ openssl/branches/jessie_stable/debian/rules	2016-05-01 20:00:47 UTC (rev 777)
@@ -47,6 +47,9 @@
 build-indep: build-stamp
 build-stamp:
 	dh_testdir
+	mkdir -p include/openssl/
+	touch include/openssl/idea.h
+	touch include/openssl/mdc2.h
 #	perl util/ssldir.pl /usr/lib/ssl
 #	chmod +x debian/libtool
 	./Configure no-shared $(CONFARGS) debian-$(DEB_HOST_ARCH)




More information about the Pkg-openssl-changes mailing list