Support Deps
  1. Support Deps

libsmpp34

Public
AuthorCommitMessageCommit dateIssues
William KingWilliam King
b8087aeba37Local build scripts
Holger Hans Peter FreytherHolger Hans Peter Freyther
b7c45ce7bectest: Be able to bind to a local source/portModify the code to show how to configure it.
Holger Hans Peter FreytherHolger Hans Peter Freyther
84f2905c5bflibsmpp: Fix src != build directory build needed for dizzy
Holger Hans Peter FreytherHolger Hans Peter Freyther
7238abebeb9debian: Add depedency between packages
Holger Hans Peter FreytherHolger Hans Peter Freyther
724cf227af6debian: Add a package
Holger Hans Peter FreytherHolger Hans Peter Freyther
9738dfa897eRename binary to binaries to fix building a debian packagedh will execute the binary rule and this will not do anything as a directory with that name already exists..
Holger Hans Peter FreytherHolger Hans Peter Freyther
d5944e2225fmisc: Fix compilation on FreeBSD of the exampleInclude netinet/in.h and check for FreeBSD for the gethostbyname_r usage.
Holger Hans Peter FreytherHolger Hans Peter Freyther
ef554d08803const: Make the data parameter for unpack const
Harald WelteHarald Welte
a18bad98969build test_apps only if libxml2 is available
Harald WelteHarald Welte
226b2b0e6e3binary/Makefile.am: library is in builddir, not srcdirthis will fix out-of-tree builds
Harald WelteHarald Welte
88029df5955add test_apps/Makefile to configure.ac
Holger Hans Peter FreytherHolger Hans Peter Freyther
eca1440439dmisc: Always include stdint.h as it is almost 2013 nowC99 is there for over a decode, always depend on the stdint header being present, specially as the code is using uint32_t all over the place.
Holger Hans Peter FreytherHolger Hans Peter Freyther
ac4af14ab11misc: Use stdlib.h instead of malloc.h to make it compile on FreeBSD/usr/include/malloc.h:3:2: error: #error "<malloc.h> has been replaced by <stdlib.h>"
Harald WelteHarald Welte
9288d59cfdcauto-foo: Build test apps with libxml2 only if it is availableAnd disable the smsc build as it depends on libosmocore
Harald WelteHarald Welte
a52c99e9e69add missing C files for running a small SMSC-side SMPP implementation
Harald WelteHarald Welte
bd7039233d9don't install all the test programs to the system!
Harald WelteHarald Welte
9787d5998aeadd .gitignore
Harald WelteHarald Welte
ae37eace2fbadd pkg-config support
Harald WelteHarald Welte
e74d4af7805delete auto-generated files
Harald WelteHarald Welte
4b233b4f3b2initial import of libsmpp34-1.10