Explorar el Código

add missing linux entry

Ralf S. Engelschall hace 24 años
padre
commit
fe4f785d05
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      imapd/imapd.spec

+ 1 - 0
imapd/imapd.spec

@@ -58,6 +58,7 @@ AutoReqProv:  no
     case "%{l_target}" in
         *-freebsd* ) ldflags="-lpam -lcrypt" ;;
         *-solaris* ) ldflags="-lpam"         ;;
+        *-linux*   ) ldflags="-lpam -lcrypt" ;;
     esac
     CC="%{l_cc}" \
     CPPFLAGS="$cflags" \