summaryrefslogtreecommitdiff
path: root/recipes/zeroconf/files/zeroconf-ldflags.patch
diff options
context:
space:
mode:
authorStanislav Brabec <utx@penguin.cz>2009-04-02 19:45:18 +0000
committerutx@penguin.cz <utx@penguin.cz>2009-04-02 19:45:18 +0000
commit7de2f107cf18ed77f9eaa0a5a7d6a07b552ce7af (patch)
treeecef2e6c40748def7d5cc68fdedf4a4674ece55b /recipes/zeroconf/files/zeroconf-ldflags.patch
parent9c67c93114222bc6a33e653c21a1fa71a5d65e5e (diff)
parentbc4bf696b52c62c68c58c41daffa2aa1c3949492 (diff)
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/zeroconf/files/zeroconf-ldflags.patch')
-rw-r--r--recipes/zeroconf/files/zeroconf-ldflags.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/zeroconf/files/zeroconf-ldflags.patch b/recipes/zeroconf/files/zeroconf-ldflags.patch
new file mode 100644
index 0000000000..ba6056953e
--- /dev/null
+++ b/recipes/zeroconf/files/zeroconf-ldflags.patch
@@ -0,0 +1,12 @@
+diff -urN zeroconf-0.9.orig/Makefile zeroconf-0.9/Makefile
+--- zeroconf-0.9.orig/Makefile 2006-04-29 10:41:15.000000000 +0000
++++ zeroconf-0.9/Makefile 2009-04-02 09:27:38.000000000 +0000
+@@ -18,7 +18,7 @@
+
+ zeroconf: zeroconf.o delay.o
+ $(Q)echo "Creating $@"
+- $(Q)$(CC) $(CFLAGS) -o $@ $^ $(LIBS)
++ $(Q)$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ $(LIBS)
+
+
+ # Automatic dependency generation