aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
AgeCommit message (Collapse)AuthorFilesLines
2020-05-20Makefile.common: LTVERSIONFLAGS: remove -releaseOliver Smith1-1/+6
Generate the soname from LIBVERSION (initially 1:0:0), instead of VERSION. This means, we have binary compatibility between each major release (which we should increase if we ever have a breaking change), instead of forcing a binary incompatibility for each packaged version (also nightly packages). This is how we do it in other Osmocom projects, too. Fix nightly RPM packaging, as we now don't need to add the git commit to the package name: [ 135s] libusrp.i586: E: shlib-policy-name-error (Badness: 10000) libusrp-3_4_4_4_c46f0 [ 135s] Your package contains a single shared library but is not named after its [ 135s] SONAME. The debian package is already using libusrp1 as package name. Related: https://osmocom.org/projects/cellular-infrastructure/wiki/Make_a_new_release Change-Id: I73b222ea7e2fd0117827f9d6f28b23671068533b
2018-04-27build: Fix make distcheckPau Espin Pedrol1-6/+6
Change-Id: I8f71cf91d4cdbe0fdc4e451b89d95437ff800337
2018-04-24Makefile.common: Fix typo preventing buildPau Espin Pedrol1-1/+1
Change-Id: Ib38f6c38e5a40bd11e7b42285d2e244b3f54e0b2
2018-01-21Extract libusrp, adjust to be buildable standaloneAlexander Huemer1-0/+137
* $ git \ filter-branch \ --prune-empty \ --tree-filter \ 'find \! -path "./usrp/*" -a -type f -delete' \ HEAD * Craft custom configure.ac * Update m4 macros * Small fixes here and there The code in doc/, firmware/ and host/swig does _not_ build at the moment, due to m4 macros not being adhered and is disabled therefore.