pkgsrc-ng/www/aws/patches/patch-demos_test__ldap_test__ldap.gpr
2013-09-26 17:14:40 +02:00

12 lines
444 B
Plaintext

--- 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", "-llber");
end case;
end Linker;