=== kuchgtzuolwvffyr is now known as gxvkrhythwkojgqs === gxvkrhythwkojgqs is now known as LordOfBikes [05:59] Can anyone help me? I'm attempting to setup our PPA can't figure out why it won't build our binaries. [06:00] Got a link Pr0t3us? [06:06] https://launchpad.net/~smartcash/+archive/ubuntu/ppa [06:06] Yes sorry I was googling ;p [06:07] The packages is a cryptocurrency forked from bitcoin 0.13 codebase. It should produce 4 binaries in /usr/bin/ but it's only making the docs for some reason [08:06] Pr0t3us: my guess is that you need to modify debian/rules to call the autogen.sh script before trying to configure (and later build) your package as there is no ready configure script (only configure.ac) [08:14] That's exactly what I need [08:14] also how do I pass ./configure CPPFLAGS="-I${BDB_PREFIX}/include/ -O2" LDFLAGS="-L${BDB_PREFIX}/lib/" --with-gui [08:16] What would I place with in rules to accomplish this? Also, please setup a smartcash wallet and give me your address. I'd like to tip you 500 Smart for your help! (About $25 USD) [08:17] smartcash.cc for desktop/webwallet or just create an address on an exchange (hitbtc/cryptopia) === Elimin8r is now known as Elimin8er [17:29] Would I put this - [17:29] override_dh_auto_configure: [17:29] ./autogen.sh [17:29] dh_auto_configure -- CPPFLAGS="-I${BDB_PREFIX}/include/ -O2" LDFLAGS="-L${BDB_PREFIX}/lib/" --with-gui [17:29] ??? [18:11] Dammit! I remember when people still used IRC.. ahh the glory days ;p [21:02] I figured it out... I was missing a lot of things.