summaryrefslogtreecommitdiff
path: root/www/aws/patches/patch-demos_test__ldap_test__ldap.gpr
blob: b9a02633c2bfb3ae59700e474a52b341255f3401 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- demos/test_ldap/test_ldap.gpr.orig	2011-01-25 20:53:15.000000000 +0000
+++ demos/test_ldap/test_ldap.gpr
@@ -42,7 +42,7 @@ project Test_LDAP is
          when "Windows_NT" =>
             for Default_Switches ("Ada") use ("-lwldap32");
          when others =>
-            for Default_Switches ("Ada") use ("-lldap");
+            for Default_Switches ("Ada") use ("-L@PREFIX@/lib", "-lldap");
       end case;
    end Linker;