summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>2014-05-25 10:50:34 +0100
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>2014-05-25 10:50:34 +0100
commit6599d28d9df0bf0739c2c66468216f3a60127b1b (patch)
tree3a8482602edc07b4566789ab4b860ee1fca3112f
parent0c4063fec469d3cb73a79c4fcc263632044c0dbb (diff)
downloadlibpam-radius-auth-6599d28d9df0bf0739c2c66468216f3a60127b1b.tar.gz
libpam-radius-auth-6599d28d9df0bf0739c2c66468216f3a60127b1b.zip
Don't need -Wl if were not passing any linker arguments
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index e0473bb..5fde74b 100644
--- a/Makefile
+++ b/Makefile
@@ -5,8 +5,7 @@
# $Id: Makefile,v 1.13 2007/03/26 04:22:11 fcusack Exp $
#
#############################################################################
-
-VERSION=1.3.17
+VERSION=1.4.0
######################################################################
#
@@ -24,7 +23,7 @@ CFLAGS += -Wall -fPIC
# CFLAGS =
#LDFLAGS += -shared -Wl,--version-script=pamsymbols.ver
-LDFLAGS += -shared -Wl
+LDFLAGS += -shared
######################################################################
#