summaryrefslogtreecommitdiff
path: root/src/configure
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anylike.org>2009-12-25 07:49:33 +0000
committerChristian Pointner <equinox@anylike.org>2009-12-25 07:49:33 +0000
commitfee76a99f13148d95b7e660b6bf787cd695f9df8 (patch)
tree54e60dd61164e0512a67a493883ff102aeeb6073 /src/configure
parentadded configure, makefile and initial manpage (diff)
added main files
updated readme (dependencies)
Diffstat (limited to 'src/configure')
-rwxr-xr-xsrc/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configure b/src/configure
index 73e9695..a0e07dc 100755
--- a/src/configure
+++ b/src/configure
@@ -27,7 +27,7 @@ TARGET=`uname -s`
EBUILD_COMPAT=0
CFLAGS='-g -O2'
-LDFLAGS='-g -Wall -O2'
+LDFLAGS='-g -Wall -O2 -ldl -llua50 -llualib50'
CRYPTO_LIB='gcrypt'