]> git.pld-linux.org Git - packages/samba.git/commitdiff
- now it will probably build ;-) samba-2_2_2-2
authorserek <serek@pld-linux.org>
Sat, 5 Jan 2002 23:25:38 +0000 (23:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    samba-config.patch -> 1.6

samba-config.patch

index 30b0481814a67cc044d529065a9180560bc8c003..9f1d1866bde3f9aa276027b1bd104435224625b1 100644 (file)
@@ -34,30 +34,6 @@ diff -urN samba-2.2.1.org/source/configure.in samba-2.2.1/source/configure.in
      with_pam_for_crypt=yes
      ;;
    *)
-@@ -1776,20 +1781,18 @@
-   yes)
-     AC_MSG_RESULT(yes)
-     AC_DEFINE(WITH_SSL)
--    withval="/usr/local/ssl"     # default
--
-+    withval="/usr"     # default
-     if test "${with_sslinc+set}" = set; then
-       withval="$with_sslinc"
-       case "$withval" in
-       yes|no)
-         echo "configure: warning: --with-sslinc called without argument - will use default" 1>&w
--        CFLAGS="-I/usr/local/ssl/include $CFLAGS"
-+       CFLAGS="-I/usr/include/openssl $CFLAGS"
-         LIBS="-lssl -lcrypto $LIBS"
--        LDFLAGS="=L/usr/local/ssl/lib $LDFLAGS"
-       ;;
-         * )
--          CFLAGS="-I${withval} $CFLAGS"
-+        CFLAGS="-I${withval}/include/openssl $CFLAGS"
-         LIBS="-lssl -lcrypto $LIBS"
-         LDFLAGS="-L${withval}/lib $LDFLAGS"
-       ;;
 diff -urN samba-2.2.1.org/source/smbwrapper/smbsh.in samba-2.2.1/source/smbwrapper/smbsh.in
 --- samba-2.2.1.org/source/smbwrapper/smbsh.in Wed Oct  7 06:43:09 1998
 +++ samba-2.2.1/source/smbwrapper/smbsh.in     Wed Jul 11 20:00:35 2001
This page took 0.036088 seconds and 4 git commands to generate.