diff options
author | Martin Bark <martin@barkynet.com> | 2016-05-16 09:47:51 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-05-16 22:04:19 +0200 |
commit | 2a59854aa737da170c7ae7fa606bf63254b26819 (patch) | |
tree | 92d08a8d8a00b2fcce22be26c1066bb19e816dbd /package/nginx/0008-src-os-unix-ngx_linux_config.h-only-include-dlfcn.h-.patch | |
parent | 08fe324b8b0e12a2ada22db8ee268a99cdde4322 (diff) | |
download | buildroot-2a59854aa737da170c7ae7fa606bf63254b26819.tar.gz buildroot-2a59854aa737da170c7ae7fa606bf63254b26819.zip |
package/nginx: fix patches titles
Changed [PATCH x/y] to [PATCH] at the beginning of the subject line
since the numbering is meaningless.
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Martin Bark <martin@barkynet.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/nginx/0008-src-os-unix-ngx_linux_config.h-only-include-dlfcn.h-.patch')
-rw-r--r-- | package/nginx/0008-src-os-unix-ngx_linux_config.h-only-include-dlfcn.h-.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/nginx/0008-src-os-unix-ngx_linux_config.h-only-include-dlfcn.h-.patch b/package/nginx/0008-src-os-unix-ngx_linux_config.h-only-include-dlfcn.h-.patch index a6f7c0dbad..c10fcd11c9 100644 --- a/package/nginx/0008-src-os-unix-ngx_linux_config.h-only-include-dlfcn.h-.patch +++ b/package/nginx/0008-src-os-unix-ngx_linux_config.h-only-include-dlfcn.h-.patch @@ -1,7 +1,7 @@ From 8dc9dffc1f99ac951865f3135dfb5061a08d1f85 Mon Sep 17 00:00:00 2001 From: Martin Bark <martin@barkynet.com> Date: Fri, 6 May 2016 16:29:17 +0100 -Subject: [PATCH 8/8] src/os/unix/ngx_linux_config.h: only include dlfcn.h if +Subject: [PATCH] src/os/unix/ngx_linux_config.h: only include dlfcn.h if available Signed-off-by: Martin Bark <martin@barkynet.com> |