#15661: sqlite3 +universal build failure on Tiger -------------------------------------+-------------------------------------- Reporter: ryandesign@… | Owner: mww@… Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Keywords: | Port: sqlite3 -------------------------------------+-------------------------------------- Changes (by ryandesign@…): * port: => sqlite3 Comment: The attached patch [attachment:sqlite3-macosx-deployment-target.diff sqlite3-macosx-deployment-target.diff] is no longer necessary since MacPorts 1.7.0 is out which sets MACOSX_DEPLOYMENT_TARGET for us. "can't open dynamic library: /Developer/SDKs/MacOSX10.4u.sdk/opt/local/lib/..." seems to be Tiger- specific, since I can build sqlite3 +universal just fine on Leopard. See #17925 and #18276 for similar issues. The fix there was to add a `-l` flag for the library in question to the ldflags; adding `-lncurses` to sqlite3's ldflags makes it build universal for me on Tiger/Intel. See new attached patch [attachment:sqlite3-ncurses.diff sqlite3-ncurses.diff]. -- Ticket URL: <http://trac.macports.org/ticket/15661#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS