Browse Source

Bernhard C. Schrenk:


			
			
				rocklinux
			
			
		
Bernhard C. Schrenk 20 years ago
parent
commit
a3932021e8
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      package/base/openssl/openssl.conf

+ 1
- 0
package/base/openssl/openssl.conf

@ -26,6 +26,7 @@ openssl_main()
# options which won't work on our taget system. # options which won't work on our taget system.
case "$arch_machine" in case "$arch_machine" in
i?86) trg=linux-elf ;; i?86) trg=linux-elf ;;
x86_64) trg=linux-x86_64 ;;
alpha) trg=linux-alpha-gcc ;; alpha) trg=linux-alpha-gcc ;;
powerpc) trg=linux-ppc ;; powerpc) trg=linux-ppc ;;
sparc) case $ROCKCFG_SPARC_OPT in sparc) case $ROCKCFG_SPARC_OPT in

Loading…
Cancel
Save