You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
334 B

  1. #!/bin/bash
  2. set -eux
  3. ## This is needed to enable https_port
  4. #apt-get install devscripts build-essential
  5. #apt-get install libssl-dev ## not in build-dep ... because we'll add it.
  6. #apt-get source squid3
  7. #apt-get build-dep squid3
  8. #cd squid3-3.1.19
  9. #vim debian/rules # or whatever editor you use
  10. # add --enable-ssl
  11. #debuild -us -uc