diff options
author | Christoph Willing <c.willing@uq.edu.au> | 2011-03-05 13:43:41 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-03-05 13:43:41 -0300 |
commit | f95563184b7aba07ef0ec3f5a4ad0d79c41e005b (patch) | |
tree | d331c30f6919399d14222a4e9ed8d5ad80e16162 /misc/mosquitto/01_config.mk.diff | |
parent | f984981018734ae27ddad8f5aff311477194ee82 (diff) | |
download | slackbuilds-f95563184b7aba07ef0ec3f5a4ad0d79c41e005b.tar.gz |
misc/mosquitto: Added (MQTT server)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'misc/mosquitto/01_config.mk.diff')
-rw-r--r-- | misc/mosquitto/01_config.mk.diff | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/misc/mosquitto/01_config.mk.diff b/misc/mosquitto/01_config.mk.diff new file mode 100644 index 0000000000..0299aecbab --- /dev/null +++ b/misc/mosquitto/01_config.mk.diff @@ -0,0 +1,20 @@ +--- config.mk.orig 2010-12-03 20:58:19.000000000 +1000 ++++ config.mk 2011-01-29 22:12:00.937180408 +1000 +@@ -5,7 +5,7 @@ + #MANCOUNTRIES=en_GB + + CFLAGS=-I. -I.. -ggdb -Wall -O2 -I../lib +-LDFLAGS=-lsqlite3 ++LDFLAGS=-lsqlite3 -ldl + # Add -lwrap to LDFLAGS if compiling with tcp wrappers support. + + CC=gcc +@@ -15,6 +15,6 @@ + MSGFMT=msgfmt + DOCBOOK2MAN=docbook2man.pl + +-prefix=/usr/local +-mandir=${prefix}/share/man ++prefix=/usr ++mandir=${prefix}/man + localedir=${prefix}/share/locale |