summaryrefslogtreecommitdiffstats
path: root/meta-webserver/recipes-httpd/sthttpd/sthttpd_2.27.1.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-09-07 00:32:27 -0700
committerKhem Raj <raj.khem@gmail.com>2022-09-07 16:44:54 -0700
commit19c8f38d7047afb880ae96c70e70aa402404c384 (patch)
treeef35ec6f5e95979b31fdc93c531371b31befa46d /meta-webserver/recipes-httpd/sthttpd/sthttpd_2.27.1.bb
parentdb1ebc121df544601beed7f0413afd3ba992143b (diff)
downloadmeta-openembedded-19c8f38d7047afb880ae96c70e70aa402404c384.tar.gz
sthttpd: Define _GNU_SOURCE if HAVE_SIGSET is set
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-webserver/recipes-httpd/sthttpd/sthttpd_2.27.1.bb')
-rw-r--r--meta-webserver/recipes-httpd/sthttpd/sthttpd_2.27.1.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-webserver/recipes-httpd/sthttpd/sthttpd_2.27.1.bb b/meta-webserver/recipes-httpd/sthttpd/sthttpd_2.27.1.bb
index 4134a0e524..b40b148512 100644
--- a/meta-webserver/recipes-httpd/sthttpd/sthttpd_2.27.1.bb
+++ b/meta-webserver/recipes-httpd/sthttpd/sthttpd_2.27.1.bb
@@ -8,6 +8,7 @@ DEPENDS += "base-passwd virtual/crypt"
8 8
9SRCREV = "2845bf5bff2b820d2336c8c8061cbfc5f271e720" 9SRCREV = "2845bf5bff2b820d2336c8c8061cbfc5f271e720"
10SRC_URI = "git://github.com/blueness/${BPN};branch=master;protocol=https \ 10SRC_URI = "git://github.com/blueness/${BPN};branch=master;protocol=https \
11 file://0001-Define-_GNU_SOURCE-if-HAVE_SIGSET-is-set.patch \
11 file://thttpd.service \ 12 file://thttpd.service \
12 file://thttpd.conf \ 13 file://thttpd.conf \
13 file://init" 14 file://init"