Last active
August 29, 2015 14:06
-
-
Save jprjr/144b6267ffc927dc0ba4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- 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