]> git.pld-linux.org Git - packages/openssl.git/commitdiff
- allow overriding ASFLAG
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 1 Oct 2008 18:23:44 +0000 (18:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    openssl-asflag.patch -> 1.1

openssl-asflag.patch [new file with mode: 0644]

diff --git a/openssl-asflag.patch b/openssl-asflag.patch
new file mode 100644 (file)
index 0000000..94b35f3
--- /dev/null
@@ -0,0 +1,11 @@
+--- openssl-0.9.8i/Makefile.org.orig   2008-10-01 17:10:59.514646554 +0200
++++ openssl-0.9.8i/Makefile.org        2008-10-01 18:03:49.874637335 +0200
+@@ -171,7 +171,7 @@
+ BUILDENV=     PLATFORM='${PLATFORM}' PROCESSOR='${PROCESSOR}' \
+               CC='${CC}' CFLAG='${CFLAG}'                     \
+-              AS='${CC}' ASFLAG='${CFLAG} -c'                 \
++              AS='${AS}' ASFLAG='${ASFLAG}'                   \
+               AR='${AR}' PERL='${PERL}' RANLIB='${RANLIB}'    \
+               SDIRS='${SDIRS}' LIBRPATH='${INSTALLTOP}/$(LIBD)' LIBD='$(LIBD)' \
+               INSTALL_PREFIX='${INSTALL_PREFIX}'              \
This page took 0.203265 seconds and 4 git commands to generate.