summaryrefslogtreecommitdiff
path: root/www/aws-demos/files/patch-demos_test__ldap_test__ldap.gpr
blob: f6501c6c36acefd83a04a5cec2428d54d9bffac1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- demos/test_ldap/test_ldap.gpr.orig	2013-07-03 01:11:54.000000000 +0000
+++ demos/test_ldap/test_ldap.gpr
@@ -35,7 +35,8 @@ project Test_LDAP is
          when "Windows_NT" =>
             for Default_Switches ("Ada") use ("-lwldap32");
          when others =>
-            for Default_Switches ("Ada") use ("-lldap", "-llber");
+            for Default_Switches ("Ada") use ("-L@PREFIX@/lib",
+               "-lldap", "-llber");
       end case;
    end Linker;