ports/security/stegdetect/patches/patch-configure_in

16 lines
320 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Don't build non-PIC i386 assembly code.
Index: configure.in
--- configure.in.orig
+++ configure.in
@@ -22,9 +22,6 @@ dnl Checks for libraries.
AC_MSG_CHECKING(blowfish object)
AC_SUBST(BFOBJ)
case "$target" in
-i386-*-*)
- AC_MSG_RESULT(bf-586.o)
- BFOBJ=bf-586.o ;;
*)
AC_MSG_RESULT(bf_enc.o)
BFOBJ=bf_enc.o;;