Merge pull request #2907 from krytarowski/netbsd-support-7
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Sun, 17 Apr 2016 18:07:38 +0000 (20:07 +0200)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Sun, 17 Apr 2016 18:07:38 +0000 (20:07 +0200)
Improve NetBSD target handling in ./configure

configure.ac

index 862354d02df7e37a2b3c78dc64139a41863e1caa..d1f2fa9287624fa8d1c643307010d39344e06f8e 100644 (file)
@@ -3265,8 +3265,10 @@ case "$host" in
        GTKX11="libgtk-x11-2.0.dylib"
        ;;
      *-*-*netbsd*)
-       LIBC="libc.so.12"
-       INTL="libintl.so.0"
+       LIBC="libc.so"
+       INTL="libintl.so"
+       SQLITE="libsqlite.so"
+       SQLITE3="libsqlite3.so"
        ;;
      *-*-kfreebsd*-gnu)
        LIBC="libc.so.0.1"