]> git.pld-linux.org Git - packages/openssl.git/blob - openssl-asflag.patch
add LTS note
[packages/openssl.git] / openssl-asflag.patch
1 --- openssl-1.0.0/Makefile.org.orig     2010-04-10 11:17:55.964995600 +0200
2 +++ openssl-1.0.0/Makefile.org  2010-04-10 11:19:41.144993924 +0200
3 @@ -178,7 +178,7 @@
4  
5  BUILDENV=      PLATFORM='$(PLATFORM)' PROCESSOR='$(PROCESSOR)' \
6                 CC='$(CC)' CFLAG='$(CFLAG)'                     \
7 -               AS='$(CC)' ASFLAG='$(CFLAG) -c'                 \
8 +               AS='$(AS)' ASFLAG='$(ASFLAG)'                   \
9                 AR='$(AR)' NM='$(NM)' RANLIB='$(RANLIB)'        \
10                 CROSS_COMPILE='$(CROSS_COMPILE)'        \
11                 PERL='$(PERL)' ENGDIRS='$(ENGDIRS)'             \
This page took 0.044353 seconds and 3 git commands to generate.