aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity/dhcpcd/dhcpcd-6.9.4/configure.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-connectivity/dhcpcd/dhcpcd-6.9.4/configure.patch')
-rw-r--r--meta-networking/recipes-connectivity/dhcpcd/dhcpcd-6.9.4/configure.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-networking/recipes-connectivity/dhcpcd/dhcpcd-6.9.4/configure.patch b/meta-networking/recipes-connectivity/dhcpcd/dhcpcd-6.9.4/configure.patch
new file mode 100644
index 0000000000..d61b05ea92
--- /dev/null
+++ b/meta-networking/recipes-connectivity/dhcpcd/dhcpcd-6.9.4/configure.patch
@@ -0,0 +1,12 @@
+--- ./configure
++++ ./configure
+@@ -316,9 +316,6 @@
+ if [ "$STATIC" = yes ]; then
+ echo "LDFLAGS+= -static" >>$CONFIG_MK
+ fi
+-for x in $INCLUDEDIR; do
+- echo "CPPFLAGS+= -I$x" >>$CONFIG_MK
+-done
+
+ if [ -z "$DEBUG" -a -f .fslckout ]; then
+ printf "Found fossil checkout ... "