Skip to content

Instantly share code, notes, and snippets.

@jprjr
Last active August 29, 2015 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jprjr/144b6267ffc927dc0ba4 to your computer and use it in GitHub Desktop.
Save jprjr/144b6267ffc927dc0ba4 to your computer and use it in GitHub Desktop.
--- nginx-1.6.2/debian/rules 2014-09-16 14:06:41.000000000 +0000
+++ nginx-1.6-2-ldap/debian/rules 2014-09-16 15:02:21.707068296 +0000
@@ -49,6 +49,7 @@
--with-mail \
--with-mail_ssl_module \
--with-file-aio \
+ --add-module=/tmp/mods/nginx-auth-ldap \
$(WITH_SPDY) \
--with-cc-opt="$(CFLAGS)" \
--with-ld-opt="$(LDFLAGS)" \
@@ -87,6 +88,7 @@
--with-mail \
--with-mail_ssl_module \
--with-file-aio \
+ --add-module=/tmp/mods/nginx-auth-ldap \
$(WITH_SPDY) \
--with-cc-opt="$(CFLAGS)" \
--with-ld-opt="$(LDFLAGS)" \
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment