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/0007-auto-lib-libgd-conf-use-pkg-config.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/0007-auto-lib-libgd-conf-use-pkg-config.patch')
-rw-r--r-- | package/nginx/0007-auto-lib-libgd-conf-use-pkg-config.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/nginx/0007-auto-lib-libgd-conf-use-pkg-config.patch b/package/nginx/0007-auto-lib-libgd-conf-use-pkg-config.patch index 3750f22e46..34e7981c8f 100644 --- a/package/nginx/0007-auto-lib-libgd-conf-use-pkg-config.patch +++ b/package/nginx/0007-auto-lib-libgd-conf-use-pkg-config.patch @@ -1,7 +1,7 @@ From fd9885fe5fef5826034547ca6be7299863f99769 Mon Sep 17 00:00:00 2001 From: Martin Bark <martin@barkynet.com> Date: Fri, 6 May 2016 14:48:49 +0100 -Subject: [PATCH 7/8] auto/lib/libgd/conf: use pkg-config +Subject: [PATCH] auto/lib/libgd/conf: use pkg-config Change to using pkg-config to find the path to libgd and its dependencies. |