You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by sn...@apache.org on 2014/10/01 06:47:33 UTC

git commit: ARGUS-87: Modified to fix maven install to get use linkerEndOption instead of linkerStartOption for -lcrypt

Repository: incubator-argus
Updated Branches:
  refs/heads/master db6acff81 -> 3990ef31e


ARGUS-87: Modified to fix maven install to get use linkerEndOption instead of linkerStartOption for -lcrypt


Project: http://git-wip-us.apache.org/repos/asf/incubator-argus/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-argus/commit/3990ef31
Tree: http://git-wip-us.apache.org/repos/asf/incubator-argus/tree/3990ef31
Diff: http://git-wip-us.apache.org/repos/asf/incubator-argus/diff/3990ef31

Branch: refs/heads/master
Commit: 3990ef31e247c51cdc7ec9d8c89554d5175ab6ba
Parents: db6acff
Author: sneethiraj <sn...@apache.org>
Authored: Tue Sep 30 21:47:16 2014 -0700
Committer: sneethiraj <sn...@apache.org>
Committed: Tue Sep 30 21:47:16 2014 -0700

----------------------------------------------------------------------
 unixauthnative/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-argus/blob/3990ef31/unixauthnative/pom.xml
----------------------------------------------------------------------
diff --git a/unixauthnative/pom.xml b/unixauthnative/pom.xml
index 9bf4914..92ef7a7 100644
--- a/unixauthnative/pom.xml
+++ b/unixauthnative/pom.xml
@@ -37,9 +37,9 @@
             </source>  
           </sources>
             
-          <linkerStartOptions>
-            <linkerStartOption>-lcrypt</linkerStartOption>
-          </linkerStartOptions>
+          <linkerEndOptions>
+            <linkerEndOption>-lcrypt</linkerEndOption>
+          </linkerEndOptions>
                     
         </configuration>