projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efc9862
)
Silly cdr_pgsql.so error
author
Malcolm Davenport
<malcolmd@digium.com>
Thu, 8 Jan 2004 00:06:35 +0000
(
00:06
+0000)
committer
Malcolm Davenport
<malcolmd@digium.com>
Thu, 8 Jan 2004 00:06:35 +0000
(
00:06
+0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1901
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
cdr/Makefile
patch
|
blob
|
history
diff --git
a/cdr/Makefile
b/cdr/Makefile
index
7ffbbd7
..
aac7029
100755
(executable)
--- a/
cdr/Makefile
+++ b/
cdr/Makefile
@@
-11,7
+11,9
@@
# the GNU General Public License
#
-MODS=cdr_csv.so cdr_pgsql.so
+#ADD cdr_pgsql.so to MODS= to include PostgreSQL support: REQUIRES PostgreSQL libs
+MODS=cdr_csv.so
+
CFLAGS+=-fPIC