mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-11 05:37:05 -04:00
12 lines
444 B
Plaintext
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;
|
|
|